[SF.21] adjust per editors call

This commit is contained in:
Sergey Zubkov
2022-04-07 16:21:10 -04:00
parent 0db2b88c57
commit 4a386f0a65

View File

@@ -19571,7 +19571,7 @@ It is almost always a bug to mention an unnamed namespace in a header file.
namespace Foo
{
inline constexpr double x = 1.234; // good
const double x = 1.234; // good
inline double foo(double y) // good
{