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 2505f9d commit aefc04aCopy full SHA for aefc04a
docs/overview/compiler-versions.md
@@ -79,7 +79,7 @@ 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 MSVC toolset release:
+The following table lists the Visual Studio version corresponding to each Visual C++ compiler (`_MSC_VER`), and MSVC toolset release:
83
84
| Visual Studio version | `_MSC_VER` | MSVC toolset version |
85
|--|--|--|
0 commit comments