Skip to content

Commit 3f80451

Browse files
author
Colin Robertson
committed
example text fix
1 parent 424818d commit 3f80451

File tree

1 file changed

+1
-1
lines changed
  • docs/error-messages/compiler-warnings

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/c5038.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This warning is new in Visual Studio 2017 version 15.3, and is off by default. U
1717

1818
## Example
1919

20-
In the following example, Visual Studio (using /Wall) raises "warning C5038: data member 'A::y' will be initialized after data member 'A::x'":
20+
In the following example, The compiler (when using /w15038) raises "warning C5038: data member 'A::y' will be initialized after data member 'A::x'":
2121

2222
```cpp
2323
// C5038.cpp

0 commit comments

Comments
 (0)