Skip to content

Commit f575506

Browse files
committed
add links to stl cpp23 and 26 work
1 parent 06f0f58 commit f575506

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/overview/visual-cpp-language-conformance.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Microsoft C/C++ language conformance"
33
description: "Microsoft C and C++ conformance updates by Visual Studio version."
4-
ms.date: 11/04/2025
4+
ms.date: 11/07/2025
55
ms.service: "visual-cpp"
66
ms.subservice: "cpp-lang"
77
---
@@ -222,7 +222,9 @@ For details on conformance improvements, see [C++ conformance improvements in Vi
222222

223223
## C++ Standard library features
224224

225-
A more detailed listing of Standard Library features and bug fixes by product version is available on the [GitHub Microsoft STL wiki Changelog](https://github.com/microsoft/STL/wiki/Changelog) page.
225+
A more detailed listing of Standard Library features and bug fixes by product version is available on the [GitHub Microsoft STL wiki Changelog](https://github.com/microsoft/STL/wiki/Changelog) page.\
226+
For the latest details on ongoing C++23 Standard Library conformance work, see [STL C++23 Features](https://github.com/orgs/microsoft/projects/1142/views/2).\
227+
For the latest details on ongoing C++26 Standard Library conformance work, see [STL C++26 Features](https://github.com/orgs/microsoft/projects/1142/views/2).
226228

227229
| Feature | Supported |
228230
|--|--|

0 commit comments

Comments
 (0)