We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a105ba5 commit 70b7bceCopy full SHA for 70b7bce
1 file changed
docs/overview/compiler-versions.md
@@ -79,9 +79,9 @@ When the major version changed between Visual Studio 2013 and Visual Studio 2015
79
80
An example of a minor change is from Visual Studio 2022 17.1 to Visual Studio 2022 17.2. In that case, `_MSC_VER` changed from 1931 to 1932.
81
82
-The following table lists the Visual C++ compiler `_MSC_VER` for each corresponding Visual Studio and toolset release:
+The following table lists the Visual C++ compiler `_MSC_VER` for each corresponding Visual Studio and MSVC toolset release:
83
84
-| Visual Studio version | `_MSC_VER` | Toolset version |
+| Visual Studio version | `_MSC_VER` | MSVC toolset version |
85
|--|--|--|
86
| Visual Studio 6.0 | 1200 | 6.0 |
87
| Visual Studio .NET 2002 (7.0) | 1300 | 7.0 |
0 commit comments