We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424818d commit 3f80451Copy full SHA for 3f80451
docs/error-messages/compiler-warnings/c5038.md
@@ -17,7 +17,7 @@ This warning is new in Visual Studio 2017 version 15.3, and is off by default. U
17
18
## Example
19
20
-In the following example, Visual Studio (using /Wall) raises "warning C5038: data member 'A::y' will be initialized after data member 'A::x'":
+In the following example, The compiler (when using /w15038) raises "warning C5038: data member 'A::y' will be initialized after data member 'A::x'":
21
22
```cpp
23
// C5038.cpp
0 commit comments