|
368 | 368 | 処理系の比較表 |
369 | 369 | </a> |
370 | 370 |
|
| 371 | +</li> |
| 372 | + |
| 373 | + <li class="md-nav__item"> |
| 374 | + <a href="#c23" class="md-nav__link"> |
| 375 | + C++23 |
| 376 | + </a> |
| 377 | + |
371 | 378 | </li> |
372 | 379 |
|
373 | 380 | <li class="md-nav__item"> |
|
1012 | 1019 | 処理系の比較表 |
1013 | 1020 | </a> |
1014 | 1021 |
|
| 1022 | +</li> |
| 1023 | + |
| 1024 | + <li class="md-nav__item"> |
| 1025 | + <a href="#c23" class="md-nav__link"> |
| 1026 | + C++23 |
| 1027 | + </a> |
| 1028 | + |
1015 | 1029 | </li> |
1016 | 1030 |
|
1017 | 1031 | <li class="md-nav__item"> |
@@ -1053,28 +1067,36 @@ <h2 id="_2">処理系の比較表<a class="headerlink" href="#_2" title="Permane |
1053 | 1067 | <ul> |
1054 | 1068 | <li><a href="https://en.cppreference.com/w/cpp/compiler_support">C++ compiler support</a></li> |
1055 | 1069 | </ul> |
| 1070 | +<h2 id="c23">C++23<a class="headerlink" href="#c23" title="Permanent link">¶</a></h2> |
| 1071 | +<ul> |
| 1072 | +<li>GCC: <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx23">C++23 Support in GCC</a></li> |
| 1073 | +<li>libstdc++: </li> |
| 1074 | +<li>Clang: <a href="http://clang.llvm.org/cxx_status.html#cxx23">C++2b implementation status</a></li> |
| 1075 | +<li>libc++: <a href="https://libcxx.llvm.org/Status/Cxx2b.html">libc++ C++2b Status</a></li> |
| 1076 | +<li>Microsoft Visaul C++: <a href="https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance">Visual C++ Language Conformance</a></li> |
| 1077 | +</ul> |
1056 | 1078 | <h2 id="c20">C++20<a class="headerlink" href="#c20" title="Permanent link">¶</a></h2> |
1057 | 1079 | <ul> |
1058 | | -<li>GCC: <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx2a">C++2a Support in GCC</a></li> |
1059 | | -<li>libstdc++: <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2020">C++ 202a</a></li> |
1060 | | -<li>Clang: <a href="http://clang.llvm.org/cxx_status.html#cxx20">C++2a implementation status</a></li> |
1061 | | -<li>libc++: <a href="http://libcxx.llvm.org/cxx2a_status.html">libc++ C++2a Status</a></li> |
| 1080 | +<li>GCC: <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx20">C++20 Support in GCC</a></li> |
| 1081 | +<li>libstdc++: <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2020">C++ 2020</a></li> |
| 1082 | +<li>Clang: <a href="http://clang.llvm.org/cxx_status.html#cxx20">C++20 implementation status</a></li> |
| 1083 | +<li>libc++: <a href="https://libcxx.llvm.org/Status/Cxx20.html">libc++ C++20 Status</a></li> |
1062 | 1084 | <li>Microsoft Visaul C++: <a href="https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance">Visual C++ Language Conformance</a></li> |
1063 | 1085 | </ul> |
1064 | 1086 | <h2 id="c17">C++17<a class="headerlink" href="#c17" title="Permanent link">¶</a></h2> |
1065 | 1087 | <ul> |
1066 | 1088 | <li>GCC: <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx17">C++17 Support in GCC</a></li> |
1067 | 1089 | <li>libstdc++: <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2017">C++ 2017</a></li> |
1068 | 1090 | <li>Clang: <a href="http://clang.llvm.org/cxx_status.html#cxx17">C++17 implementation status</a></li> |
1069 | | -<li>libc++: <a href="http://libcxx.llvm.org/cxx1z_status.html">libc++ C++17 Status</a></li> |
| 1091 | +<li>libc++: <a href="https://libcxx.llvm.org/Status/Cxx17.html">libc++ C++17 Status</a></li> |
1070 | 1092 | <li>Microsoft Visaul C++: <a href="https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance">Visual C++ Language Conformance</a></li> |
1071 | 1093 | </ul> |
1072 | 1094 | <h2 id="c14">C++14<a class="headerlink" href="#c14" title="Permanent link">¶</a></h2> |
1073 | 1095 | <ul> |
1074 | 1096 | <li>GCC: <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx14">C++14 Support in GCC</a></li> |
1075 | 1097 | <li>libstdc++: <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2014">C++ 2014</a></li> |
1076 | 1098 | <li>Clang: <a href="http://clang.llvm.org/cxx_status.html#cxx14">C++14 implementation status</a></li> |
1077 | | -<li>libc++: <a href="http://libcxx.llvm.org/cxx1y_status.html">libc++ C++14 Status</a></li> |
| 1099 | +<li>libc++: <a href="https://libcxx.llvm.org/Status/Cxx14.html">libc++ C++14 Status</a></li> |
1078 | 1100 | <li>Microsoft Visaul C++: <a href="https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance">Visual C++ Language Conformance</a></li> |
1079 | 1101 | </ul> |
1080 | 1102 |
|
|
0 commit comments