Skip to content

Commit cf78632

Browse files
TylerMSFTTylerMSFT
authored andcommitted
update links for release
1 parent 232356d commit cf78632

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/overview/cpp-conformance-improvements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "C++ conformance improvements in Visual Studio 2022"
33
description: "Microsoft C++ in Visual Studio is improving standards conformance and fixing bugs regularly."
4-
ms.date: 11/08/2023
4+
ms.date: 11/14/2023
55
ms.technology: "cpp-language"
66
---
77
# C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022
@@ -26,7 +26,7 @@ The C compiler used to accept the `/FU` option, even though it hasn't support ma
2626

2727
The C++23 named modules `std` and `std.compat` are now available when compiling with `/std:c++20`.
2828

29-
For a broader summary of changes made to the C++ Standard Library, see [STL Changelog VS 2022 17.8](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-178-preview-3).
29+
For a broader summary of changes made to the C++ Standard Library, see [STL Changelog VS 2022 17.8](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-178).
3030

3131
## <a name="improvements_177"></a> Conformance improvements in Visual Studio 2022 version 17.7
3232

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new for C++ in Visual Studio"
33
description: "The new features and fixes in the Microsoft C/C++ compiler and tools in Visual Studio."
4-
ms.date: 11/09/2023
4+
ms.date: 11/14/2023
55
ms.technology: "cpp-ide"
66
ms.custom: intro-whats-new
77
---

0 commit comments

Comments
 (0)