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 4867a5c commit 9efcaf0Copy full SHA for 9efcaf0
CppCoreGuidelines.md
@@ -10688,7 +10688,7 @@ Readability. Limit the scope in which a variable can be used. Don't risk used-be
10688
10689
##### Example, bad
10690
10691
- SomeLargeType var; // ugly CaMeLcAsEvArIaBlE
+ SomeLargeType var;
10692
10693
if (cond) // some non-trivial condition
10694
Set(&var);
@@ -20956,7 +20956,7 @@ Most of the concepts below are defined in [the Ranges TS](http://www.open-std.or
20956
* `String` // ???
20957
* `Number` // ???
20958
* `Sortable`
20959
-* `EqualityComparable` // ???Must we suffer CaMelcAse???
+* `EqualityComparable`
20960
* `Convertible`
20961
* `Common`
20962
* `Boolean`
0 commit comments