Skip to content

Commit b098354

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 026e8d1 commit b098354

File tree

4 files changed

+2924
-467
lines changed

4 files changed

+2924
-467
lines changed

implementation-status.html

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(UTC):
167-
<span itemprop="datePublished" content="2025-07-11T17:16:44">
168-
2025年07月11日 17時16分44秒
167+
<span itemprop="datePublished" content="2025-08-21T11:53:21">
168+
2025年08月21日 11時53分21秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
172-
<span itemprop="name">Koichi Murase</span>
172+
<span itemprop="name">Akira Takahashi</span>
173173
</span>
174174
が更新
175175
</small></p>
@@ -2071,6 +2071,46 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
20712071
<td></td>
20722072
<td></td>
20732073
</tr>
2074+
<tr>
2075+
<td>P3618R0: <span href="https://cpprefjp.github.io/lang/cpp26/allow_attaching_main_to_the_global_module.md.nolink"><code>main</code>関数をグローバルモジュールに含められるようにする</span></td>
2076+
<td><code>main</code>関数に<code>extern "C++"</code>を指定できるようにすることで名前付きモジュールに含められるようにする</td>
2077+
<td>16</td>
2078+
<td>21</td>
2079+
<td></td>
2080+
<td></td>
2081+
</tr>
2082+
<tr>
2083+
<td>P2996R13: <span href="https://cpprefjp.github.io/lang/cpp26/reflection.md.nolink">静的リフレクション</span></td>
2084+
<td>リフレクション演算子<code>^^</code><code>std::meta::info</code>型によりコンパイル時にさまざまな情報を取得できる</td>
2085+
<td></td>
2086+
<td></td>
2087+
<td></td>
2088+
<td></td>
2089+
</tr>
2090+
<tr>
2091+
<td>P1306R5: <span href="https://cpprefjp.github.io/lang/cpp26/expansion_statements.md.nolink">コンパイル時のタプルやリストを展開処理する<code>template for</code></span></td>
2092+
<td>クラス・タプル・Range・パラメータパックなどを展開してすべての要素をコンパイル時の処理する<code>template for</code>文を追加</td>
2093+
<td>16</td>
2094+
<td></td>
2095+
<td></td>
2096+
<td></td>
2097+
</tr>
2098+
<tr>
2099+
<td>P3533R2: <span href="https://cpprefjp.github.io/lang/cpp26/constexpr_virtual_inheritance.md.nolink"><code>constexpr</code>仮想継承を許可</span></td>
2100+
<td>定数式の文脈での仮想継承を許可</td>
2101+
<td>16</td>
2102+
<td></td>
2103+
<td></td>
2104+
<td></td>
2105+
</tr>
2106+
<tr>
2107+
<td>P2843R3: <span href="https://cpprefjp.github.io/lang/cpp26/preprocessing_is_never_undefined.md.nolink">プリプロセッサ仕様での「未定義動作」を不適格 (診断不要) に変更</span></td>
2108+
<td>プリプロセッサとレキサーの文脈での「<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>」用語を<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="implementation-compliance.html#dfn-ill-formed">不適格</a> (<a class="cpprefjp-defined-word" data-desc="処理系は規則違反に対してエラーメッセージや警告を出さないかもしれない" href="implementation-compliance.html#dfn-no-diagnostic-required">診断不要</a>) に変更</td>
2109+
<td>16</td>
2110+
<td></td>
2111+
<td></td>
2112+
<td></td>
2113+
</tr>
20742114
</tbody>
20752115
</table>
20762116
<p>各処理系のC++26実装状況ページ:</p>

0 commit comments

Comments
 (0)