From d63dd85d2a3389d8b9f95829778f041b49eba2e1 Mon Sep 17 00:00:00 2001 From: Akiko Kawai Date: Fri, 3 Mar 2023 13:37:15 +0900 Subject: [PATCH] =?UTF-8?q?VC=E3=81=AEC++23=E6=A9=9F=E8=83=BD=E3=81=8CMS?= =?UTF-8?q?=E5=85=AC=E5=BC=8F=E3=82=B5=E3=82=A4=E3=83=88=E3=81=AB=E8=BC=89?= =?UTF-8?q?=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E3=83=AA=E3=83=B3=E3=82=AF?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- implementation-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementation-status.md b/implementation-status.md index d82e42b52..641d50ecc 100644 --- a/implementation-status.md +++ b/implementation-status.md @@ -286,7 +286,7 @@ - GCC: [C++23 Support in GCC](https://gcc.gnu.org/projects/cxx-status.html#cxx23) - Clang: [C++2b implementation status](https://clang.llvm.org/cxx_status.html#cxx23) - Visual C++ (MSVC): - - [C++23 - cppreference](https://en.cppreference.com/w/cpp/23) + - [Visual C++ 言語への準拠](https://docs.microsoft.com/ja-jp/cpp/visual-cpp-language-conformance) - [次リリース情報(VS2019,2022) - Change log](https://github.com/microsoft/STL/wiki/Changelog) - ICX: [C+23 Features Supported by Intel® C+ Compiler](https://www.intel.com/content/www/us/en/developer/articles/technical/c23-features-supported-by-intel-c-compiler.html)