We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697a78b commit e30543dCopy full SHA for e30543d
CppCoreGuidelines.md
@@ -21238,7 +21238,7 @@ Many of them are very similar to what became part of the ISO C++ standard in C++
21238
* `Unique_pointer` // A type that matches `Pointer`, is movable, and is not copyable
21239
* `Shared_pointer` // A type that matches `Pointer`, and is copyable
21240
21241
-# <a name="S-naming"></a>NL: Naming and layout suggestions (if you don't already have one)
+# <a name="S-naming"></a>NL: Naming and layout suggestions
21242
21243
Consistent naming and layout are helpful.
21244
If for no other reason because it minimizes "my style is better than your style" arguments.
0 commit comments