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 1b2ba25 commit d318a68Copy full SHA for d318a68
CppCoreGuidelines.md
@@ -10108,7 +10108,7 @@ Many such errors are introduced during maintenance years after the initial imple
10108
10109
##### Exception
10110
10111
-It you are declaring an object that is just about to be initialized from input, initializing it would cause a double initialization.
+If you are declaring an object that is just about to be initialized from input, initializing it would cause a double initialization.
10112
However, beware that this may leave uninitialized data beyond the input -- and that has been a fertile source of errors and security breaches:
10113
10114
constexpr int max = 8 * 1024;
0 commit comments