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: docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ A quick highlight of some of the new features:
62
62
|---|---|
63
63
| What's new for C++ developers |[What's New for C++ Developers in Visual Studio 2022 17.13](https://devblogs.microsoft.com/cppblog/whats-new-for-c-developers-in-visual-studio-2022-17-13/)|
64
64
| Standard Library (STL) C++26 and C++23 features, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs |[STL Changelog 17.13](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1713)|
65
-
| New features in the IDE |[Visual Studio 2022 version 17.13 Release Notes](/visualstudio/releases/2022/release-notes)|
65
+
| New features in the IDE |[Visual Studio 2022 version 17.13 Release Notes](/visualstudio/releases/2022/release-notes-v17.13)|
66
66
| C++ language updates |[MSVC compiler updates in Visual Studio 2022 17.13](https://devblogs.microsoft.com/cppblog/msvc-compiler-updates-in-visual-studio-2022-version-17-13/)|
67
67
| C++ language conformance improvements |[C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022 17.13](cpp-conformance-improvements.md#improvements_1713)|
68
68
@@ -163,7 +163,7 @@ A quick highlight of some new features:
163
163
|---|---|
164
164
| What's new for C++ developers |[What's New for C++ Developers in Visual Studio 2022 17.12](https://devblogs.microsoft.com/cppblog/whats-new-for-c-developers-in-visual-studio-2022-17-12/)|
165
165
| Standard Library (STL) merged C++26 and C++23 features, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs |[STL Changelog 17.12](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1712)|
166
-
| New features in the Visual Studio 17.12 IDE |[Visual Studio 2022 version 17.12 Release Notes](/visualstudio/releases/2022/release-notes)|
166
+
| New features in the Visual Studio 17.12 IDE |[Visual Studio 2022 version 17.12 Release Notes](/visualstudio/releases/2022/release-notes-v17.12)|
167
167
| C++ language conformance improvements in Visual Studio 2022 17.12 |[C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022 17.12](cpp-conformance-improvements.md#improvements_1712)|
168
168
169
169
A quick highlight of some of the new features:
@@ -211,8 +211,8 @@ A quick highlight of some of the new features:
211
211
| For more information about | See |
212
212
|---|---|
213
213
| What's new for C++ developers |[What's New for C++ Developers in Visual Studio 2022 17.11](https://devblogs.microsoft.com/cppblog/whats-new-for-c-developers-in-visual-studio-2022-17-11/)|
214
-
| Standard Library (STL) merged C++26 and C++23 features, C++20 defect reports, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs |[STL Changelog 17.11](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1711)|
215
-
| New features in the Visual Studio 17.11 IDE |[Visual Studio 2022 version 17.11 Release Notes](/visualstudio/releases/2022/release-notes)|
214
+
| Standard Library (STL) merged C++26 and C++23 features, C++20 defect reports, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs |[STL Changelog 17.11](https://github.com/microsoft/STL/wiki/VS-2022-Changelog#vs-2022-1711)|
215
+
| New features in the Visual Studio 17.11 IDE |[Visual Studio 2022 version 17.11 Release Notes](/visualstudio/releases/2022/release-notes-v17.11)|
216
216
| C++ language conformance improvements in Visual Studio 2022 17.11 |[C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022 17.11](cpp-conformance-improvements.md#improvements_1711)|
217
217
218
218
A partial list of new features:
@@ -262,8 +262,8 @@ A partial list of new features:
262
262
| For more information about | See |
263
263
|---|---|
264
264
| What's new for C++ developers |[What's new for C++ Developers in Visual Studio 2022 17.10](https://devblogs.microsoft.com/cppblog/whats-new-for-c-developers-in-visual-studio-2022-17-10/)|
265
-
| Standard Library (STL) merged C++26 and C++23 features, C++20 defect reports, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs |[STL Changelog 17.10](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1710)|
266
-
| New features in the Visual Studio 17.10 IDE |[Visual Studio 2022 version 17.10 Release Notes](/visualstudio/releases/2022/release-notes)|
265
+
| Standard Library (STL) merged C++26 and C++23 features, C++20 defect reports, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs |[STL Changelog 17.10](https://github.com/microsoft/STL/wiki/VS-2022-Changelog#vs-2022-1710)|
266
+
| New features in the Visual Studio 17.10 IDE |[Visual Studio 2022 version 17.10 Release Notes](/visualstudio/releases/2022/release-notes-v17.10)|
267
267
| C++ language conformance improvements in Visual Studio 2022 17.10 |[C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022 17.10](cpp-conformance-improvements.md#improvements_1710)|
268
268
269
269
A partial list of new features:
@@ -484,7 +484,7 @@ A partial list of new features in 17.4:
484
484
485
485
| For more information about | See |
486
486
|---|---|
487
-
| What's new for C++ developers |[C++ improvements in 17.3](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-3-is-now-available/#c-improvements)|
487
+
| What's new for C++ developers |[C++ improvements in 17.3](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-3-is-now-available/#c++-improvements)|
488
488
| Standard Library (STL) merged C++23 features, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs |[STL Changelog 17.3](https://github.com/microsoft/STL/wiki/VS-2022-Changelog#vs-2022-173)|
489
489
| New features in the Visual Studio 17.3 IDE |[Visual Studio 2022 version 17.3 Release Notes](/visualstudio/releases/2022/release-notes-v17.3)|
490
490
| C++ language conformance improvements in Visual Studio 2022 17.3 |[C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022](cpp-conformance-improvements.md#improvements_173)|
@@ -559,7 +559,7 @@ A partial list of new features in 17.1:
559
559
| For more information about | See |
560
560
|---|---|
561
561
| New features in the Visual Studio 17.0 IDE |[Visual Studio 2022 version 17.0 Release Notes](/visualstudio/releases/2022/release-notes-v17.0)|
562
-
| Standard Library (STL) merged C++23 and C++26 features, C++20 defect reports, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs |[STL Changelog 17.0](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1710)|
562
+
| Standard Library (STL) merged C++23 and C++26 features, C++20 defect reports, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs |[STL Changelog 17.0](https://github.com/microsoft/STL/wiki/VS-2022-Changelog#vs-2022-170)|
563
563
| C++ language conformance improvements in Visual Studio 2022 17.0 |[C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022 17.10](cpp-conformance-improvements.md#improvements_170)|
564
564
565
565
An overview of some of the new features in Visual Studio 2022 version 17.0:
0 commit comments