mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
[SF.21] adjust per editors call
This commit is contained in:
@@ -19571,7 +19571,7 @@ It is almost always a bug to mention an unnamed namespace in a header file.
|
|||||||
|
|
||||||
namespace Foo
|
namespace Foo
|
||||||
{
|
{
|
||||||
inline constexpr double x = 1.234; // good
|
const double x = 1.234; // good
|
||||||
|
|
||||||
inline double foo(double y) // good
|
inline double foo(double y) // good
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user