Skip to content

Commit 4ac98f3

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 498aa89 commit 4ac98f3

File tree

3 files changed

+1882
-149
lines changed

3 files changed

+1882
-149
lines changed

implementation-status.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(UTC):
167-
<span itemprop="datePublished" content="2025-03-10T16:04:55">
168-
2025年03月10日 16時04分55秒
167+
<span itemprop="datePublished" content="2025-03-10T16:16:28">
168+
2025年03月10日 16時16分28秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -1504,8 +1504,8 @@ <h2><a href="#cpp20" id="cpp20">C++20言語機能の実装状況</a></h2>
15041504
<li>libstdc++: <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2020" target="_blank">C++ 2020 Implementation Status</a></li>
15051505
<li>libc++: <a href="https://libcxx.llvm.org/Status/Cxx20.html" target="_blank">libc++ C++20 Status</a></li>
15061506
<li>Visual C++ (MSVC):<ul>
1507-
<li><a href="https://devblogs.microsoft.com/cppblog/msvc-compiler-updates-in-visual-studio-2022-version-17-13/" target="_blank">C++ Language Updates in MSVC in Visual Studio 2022 17.13</a></li>
1508-
<li><a href="https://devblogs.microsoft.com/cppblog/msvc-compiler-language-updates-in-visual-studio-2022-version-17-12/" target="_blank">MSVC Compiler Language Updates in Visual Studio 2022 version 17.12</a></li>
1507+
<li><a href="https://docs.microsoft.com/ja-jp/cpp/visual-cpp-language-conformance" target="_blank">Visual C++ 言語への準拠</a></li>
1508+
<li><a href="https://github.com/microsoft/STL/wiki/Changelog" target="_blank">次リリース情報(VS2019,2022) - Change log</a></li>
15091509
</ul>
15101510
</li>
15111511
<li>ICC: <a href="https://www.intel.com/content/www/us/en/developer/articles/technical/c20-features-supported-by-intel-cpp-compiler.html" target="_blank">C++20 Features Supported by Intel® C++ Compiler</a></li>
@@ -1529,7 +1529,7 @@ <h2><a href="#cpp23" id="cpp23">C++23言語機能の実装状況</a></h2>
15291529
<td>11</td>
15301530
<td>13</td>
15311531
<td>2022.2</td>
1532-
<td>-</td>
1532+
<td>2022 Update 13</td>
15331533
</tr>
15341534
<tr>
15351535
<td>P2290R3: <a href="lang/cpp23/delimited_escape_sequences.html">エスケープシーケンスの区切り</a></td>
@@ -1609,7 +1609,7 @@ <h2><a href="#cpp23" id="cpp23">C++23言語機能の実装状況</a></h2>
16091609
<td>12</td>
16101610
<td>15</td>
16111611
<td>2022.2</td>
1612-
<td>-</td>
1612+
<td>2022 Update 12</td>
16131613
</tr>
16141614
<tr>
16151615
<td>P1169R4: <a href="lang/cpp23/static_operator.html"><code>this</code>ポインタをもつ必要のない演算子を<code>static</code>として宣言できるようにする</a></td>
@@ -1689,7 +1689,7 @@ <h2><a href="#cpp23" id="cpp23">C++23言語機能の実装状況</a></h2>
16891689
<td>12</td>
16901690
<td>15</td>
16911691
<td>2022.2</td>
1692-
<td>-</td>
1692+
<td>2022 Update 13</td>
16931693
</tr>
16941694
<tr>
16951695
<td>P2246R1: <a href="lang/cpp23/character_encoding_of_diagnostic_text.html">静的な診断メッセージの文字エンコーディング</a></td>
@@ -1794,8 +1794,9 @@ <h2><a href="#cpp23" id="cpp23">C++23言語機能の実装状況</a></h2>
17941794
<li>GCC: <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx23" target="_blank">C++23 Support in GCC</a></li>
17951795
<li>Clang: <a href="https://clang.llvm.org/cxx_status.html#cxx23" target="_blank">C++2b implementation status</a></li>
17961796
<li>Visual C++ (MSVC):<ul>
1797+
<li><a href="https://devblogs.microsoft.com/cppblog/msvc-compiler-updates-in-visual-studio-2022-version-17-13/" target="_blank">C++ Language Updates in MSVC in Visual Studio 2022 17.13</a></li>
1798+
<li><a href="https://devblogs.microsoft.com/cppblog/msvc-compiler-language-updates-in-visual-studio-2022-version-17-12/" target="_blank">MSVC Compiler Language Updates in Visual Studio 2022 version 17.12</a></li>
17971799
<li><a href="https://docs.microsoft.com/ja-jp/cpp/visual-cpp-language-conformance" target="_blank">Visual C++ 言語への準拠</a></li>
1798-
<li><a href="https://github.com/microsoft/STL/wiki/Changelog" target="_blank">次リリース情報(VS2019,2022) - Change log</a></li>
17991800
</ul>
18001801
</li>
18011802
<li>ICX: <a href="https://www.intel.com/content/www/us/en/developer/articles/technical/c23-features-supported-by-intel-c-compiler.html" target="_blank">C++23 Features Supported by Intel® C++ Compiler</a></li>

0 commit comments

Comments
 (0)