File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ When the major version changed between Visual Studio 2013 and Visual Studio 2015
7979
8080An 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.
8181
82- The following table lists the Visual C++ compiler ` _MSC_VER ` for each corresponding Visual Studio and toolset release:
82+ The following table lists the Visual C++ compiler ` _MSC_VER ` for each corresponding Visual Studio and MSVC toolset release:
8383
84- | Visual Studio version | ` _MSC_VER ` | Toolset version |
84+ | Visual Studio version | ` _MSC_VER ` | MSVC toolset version |
8585| --| --| --|
8686| Visual Studio 6.0 | 1200 | 6.0 |
8787| Visual Studio .NET 2002 (7.0) | 1300 | 7.0 |
You can’t perform that action at this time.
0 commit comments