Skip to content

Commit

Permalink
VCのC++23機能がMS公式サイトに載ったのでリンクを修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
h-sao committed Mar 3, 2023
1 parent 828ff58 commit d63dd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementation-status.md
Expand Up @@ -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)

Expand Down

1 comment on commit d63dd85

@h-sao
Copy link
Member Author

@h-sao h-sao commented on d63dd85 Mar 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.