You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/compilers/msvc.toml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ vendor = "Microsoft"
4
4
url = "https://visualstudio.microsoft.com/"
5
5
description = "Microsoft Visual C++ (MSVC) is the C/C++ compiler included with Visual Studio and the Build Tools. The compiler executable is cl.exe. _MSC_VER is the primary version macro."
6
6
7
+
# Visual Studio 2026 (v18.x) — MSVC toolset 14.5x
8
+
9
+
[[releases]]
10
+
version = "14.51"
11
+
date = "2026-03"
12
+
_MSC_VER = "1951"
13
+
visual_studio = "2026 18.4"
14
+
15
+
[[releases]]
16
+
version = "14.50"
17
+
date = "2025-11"
18
+
_MSC_VER = "1950"
19
+
visual_studio = "2026 18.0"
20
+
7
21
# Visual Studio 2022 (v17.x) — MSVC toolset 14.3x-14.4x
0 commit comments