Skip to content

Commit db312a9

Browse files
authored
Add Microsoft C/C++ language conformance links
1 parent dacd619 commit db312a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

implementation-status.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
- libstdc++: [C++ 2020 Implementation Status](https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2020)
234234
- libc++: [libc++ C++20 Status](https://libcxx.llvm.org/Status/Cxx20.html)
235235
- Visual C++ (MSVC):
236+
- [Microsoft C/C++ language conformance by Visual Studio version](https://learn.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170)
236237
- [Visual C++ 言語への準拠](https://docs.microsoft.com/ja-jp/cpp/visual-cpp-language-conformance)
237238
- [次リリース情報(VS2019,2022) - Change log](https://github.com/microsoft/STL/wiki/Changelog)
238239
- ICC: [C++20 Features Supported by Intel® C++ Compiler](https://www.intel.com/content/www/us/en/developer/articles/technical/c20-features-supported-by-intel-cpp-compiler.html)
@@ -281,6 +282,7 @@
281282
- GCC: [C++23 Support in GCC](https://gcc.gnu.org/projects/cxx-status.html#cxx23)
282283
- Clang: [C++23 implementation status](https://clang.llvm.org/cxx_status.html#cxx23)
283284
- Visual C++ (MSVC):
285+
- [Microsoft C/C++ language conformance by Visual Studio version](https://learn.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170)
284286
- [C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022](https://learn.microsoft.com/en-us/cpp/overview/cpp-conformance-improvements?view=msvc-170)
285287
- [C++ Language Updates in MSVC in Visual Studio 2022 17.13](https://devblogs.microsoft.com/cppblog/msvc-compiler-updates-in-visual-studio-2022-version-17-13/)
286288
- [MSVC Compiler Language Updates in Visual Studio 2022 version 17.12](https://devblogs.microsoft.com/cppblog/msvc-compiler-language-updates-in-visual-studio-2022-version-17-12/)
@@ -338,6 +340,7 @@
338340
- [C++2c implementation status](https://clang.llvm.org/cxx_status.html#cxx26)
339341
- [libc++ Format Status](https://libcxx.llvm.org/Status/Format.html)
340342
- Visual C++ (MSVC):
343+
- [Microsoft C/C++ language conformance by Visual Studio version](https://learn.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170)
341344
- [C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022](https://learn.microsoft.com/en-us/cpp/overview/cpp-conformance-improvements?view=msvc-170)
342345

343346

0 commit comments

Comments
 (0)