Skip to content

Commit 4cde2ed

Browse files
committed
update
1 parent 6dee759 commit 4cde2ed

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

standardization/status/index.html

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,13 @@
368368
処理系の比較表
369369
</a>
370370

371+
</li>
372+
373+
<li class="md-nav__item">
374+
<a href="#c23" class="md-nav__link">
375+
C++23
376+
</a>
377+
371378
</li>
372379

373380
<li class="md-nav__item">
@@ -1012,6 +1019,13 @@
10121019
処理系の比較表
10131020
</a>
10141021

1022+
</li>
1023+
1024+
<li class="md-nav__item">
1025+
<a href="#c23" class="md-nav__link">
1026+
C++23
1027+
</a>
1028+
10151029
</li>
10161030

10171031
<li class="md-nav__item">
@@ -1053,28 +1067,36 @@ <h2 id="_2">処理系の比較表<a class="headerlink" href="#_2" title="Permane
10531067
<ul>
10541068
<li><a href="https://en.cppreference.com/w/cpp/compiler_support">C++ compiler support</a></li>
10551069
</ul>
1070+
<h2 id="c23">C++23<a class="headerlink" href="#c23" title="Permanent link">&para;</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>
10561078
<h2 id="c20">C++20<a class="headerlink" href="#c20" title="Permanent link">&para;</a></h2>
10571079
<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>
10621084
<li>Microsoft Visaul C++: <a href="https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance">Visual C++ Language Conformance</a></li>
10631085
</ul>
10641086
<h2 id="c17">C++17<a class="headerlink" href="#c17" title="Permanent link">&para;</a></h2>
10651087
<ul>
10661088
<li>GCC: <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx17">C++17 Support in GCC</a></li>
10671089
<li>libstdc++: <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2017">C++ 2017</a></li>
10681090
<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>
10701092
<li>Microsoft Visaul C++: <a href="https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance">Visual C++ Language Conformance</a></li>
10711093
</ul>
10721094
<h2 id="c14">C++14<a class="headerlink" href="#c14" title="Permanent link">&para;</a></h2>
10731095
<ul>
10741096
<li>GCC: <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx14">C++14 Support in GCC</a></li>
10751097
<li>libstdc++: <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2014">C++ 2014</a></li>
10761098
<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>
10781100
<li>Microsoft Visaul C++: <a href="https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance">Visual C++ Language Conformance</a></li>
10791101
</ul>
10801102

0 commit comments

Comments
 (0)