We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba65336 commit a4108ceCopy full SHA for a4108ce
1 file changed
docs/error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md
@@ -123,7 +123,7 @@ These warnings and all warnings in later versions are suppressed by using the co
123
124
| Warning | Message |
125
|--|--|
126
-| C5200 | `feature 'feature-name' requires compiler flag 'option-name'` | // Warning equivalent to C2429 for language features
+| C5200 | `feature 'feature-name' requires compiler flag 'option-name'` |
127
| C5201 | `a module declaration can appear only at the start of a translation unit unless a global module fragment is used` |
128
| C5202 | `a global module fragment can only contain preprocessor directives` |
129
| C5203 | `a parenthesized declarator name after 'explicit' will be considered an explicit-specifier in C++20` |
0 commit comments