Skip to content

Commit 70b7bce

Browse files
authored
clarify that toolset = MSVC toolset
1 parent a105ba5 commit 70b7bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/overview/compiler-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ When the major version changed between Visual Studio 2013 and Visual Studio 2015
7979

8080
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.
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 |

0 commit comments

Comments
 (0)