We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f071aaa commit af8dd1cCopy full SHA for af8dd1c
doc/CodingStandard.md
@@ -35,8 +35,8 @@ This will catch most of the trivial formatting errors and save you time.
35
* {DO} use nullptr (instead of 0 or NULL) for pointers.
36
* {DO} use size\_t for loop iterators and size values.
37
* {DO} use uint8\_t pointers instead of void pointers to denote binary data.
38
-* {DO} use C++11/14 according to the
39
- [Chromium C++ 11/14 guide](https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++11.md).
+* {DO} use C++11/14/17 according to the
+ [Chromium C++ features guide](https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++-features.md).
40
41
### [Naming](https://google.github.io/styleguide/cppguide.html#Naming)
42
0 commit comments