Skip to content

Commit 9c1556a

Browse files
committed
Visual Studio 2022 Update 14: VC++バージョンと_MSC_VERを埋めた
1 parent d26d535 commit 9c1556a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

implementation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
| 表記 | 製品名 [Visual Studio バージョン] <sup><a id="note_ref-t1-1" href="#note-t1-1">†1</a></sup> | VC++ バージョン <sup><a id="note_ref-t1-2" href="#note-t1-2">†2</a></sup> | `_MSC_VER` | `_MSC_FULL_VER` |
143143
|---------------|----------------------------------------|-----------------|------------|-----------------|
144-
| 2022 Update 14 | Visual Studio 2022 Version 17.14.0 | | | |
144+
| 2022 Update 14 | Visual Studio 2022 Version 17.14.0 | 14.44 | 1944 | |
145145
| 2022 Update 13 | Visual Studio 2022 Version 17.13.2 | 14.43 | 1943 | 194334808 |
146146
| 2022 Update 13 | Visual Studio 2022 Version 17.13.0 | 14.43 | 1943 | 194334808 |
147147
| 2022 Update 12 | Visual Studio 2022 Version 17.12.4 | 14.42 | 1942 | 194234436 |
@@ -251,7 +251,8 @@
251251
[Visual Studio 2015 の Visual C++](https://docs.microsoft.com/ja-JP/previous-versions/60k1461a(v=vs.140)?redirectedfrom=MSDN)[警告] を参照。
252252
- 2017 Update 5からside-by-sideがサポートされ、一つの製品内で同時に複数のVisual C++ツールセットを選択できるようになった。
253253
[Side-by-side minor version MSVC toolsets in Visual Studio 2017 | Visual C++ Team Blog](https://blogs.msdn.microsoft.com/vcblog/2017/11/15/side-by-side-minor-version-msvc-toolsets-in-visual-studio-2017/)
254-
254+
- コンパイラのバージョン情報は、以下のページで確認できる。
255+
[Microsoft Visual C++ compiler versioning](https://learn.microsoft.com/en-us/cpp/overview/compiler-versions)
255256

256257
### C++11の機能を有効にする
257258

0 commit comments

Comments
 (0)