We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63294d0 + 6b84e8d commit b8b1d72Copy full SHA for b8b1d72
03-Style.md
@@ -35,7 +35,7 @@ Every IDE and many editors have support for clang-format built in or easily inst
35
C++ Standard Library (and other well-known C++ libraries like [Boost](http://www.boost.org/)) use these guidelines:
36
37
* Macro names use upper case with underscores: `INT_MAX`.
38
- * Template parameter names use camel case: `InputIterator`.
+ * Template parameter names use Pascal case: `InputIterator`.
39
* All other names use snake case: `unordered_map`.
40
41
## Distinguish Private Object Data
0 commit comments