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 aefc04a commit 572dad4Copy full SHA for 572dad4
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 Studio version corresponding to each Visual C++ compiler (`_MSC_VER`), 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