Skip to content

Commit 51f2248

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 35383bf commit 51f2248

9 files changed

Lines changed: 17776 additions & 18180 deletions

implementation-status.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
165165
<p class="text-right"><small>
166166
最終更新日時:
167167
<time itemprop="datePublished" class="js-local-time"
168-
datetime="2026-09-04T10:48:39+09:00">
169-
2026年09月04日 10時48分39秒 (JST)
168+
datetime="2026-09-04T11:09:43+09:00">
169+
2026年09月04日 11時09分43秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2329,9 +2329,9 @@ <h2><a href="#cpp29" id="cpp29">C++29言語機能の実装状況</a></h2>
23292329
<td></td>
23302330
</tr>
23312331
<tr>
2332-
<td>P3822R2: <span href="https://cpprefjp.github.io/lang/cpp29/conditional_noexcept_specifiers_in_compound_requirements.md.nolink">複合要件における条件付き<code>noexcept</code>指定</span></td>
2333-
<td>コンセプトの複合要件<code>{ 式 } noexcept</code>で条件付き<code>noexcept</code>を書けるようにする</td>
2334-
<td></td>
2332+
<td>P3822R2: <a href="lang/cpp29/conditional_noexcept_specifiers_in_compound_requirements.html">requires式の複合要件で条件付き<code>noexcept</code>指定を許可</a></td>
2333+
<td>requires式の複合要件で、<code>{ 式 } noexcept(定数式)</code>形式の条件付き<code>noexcept</code>指定を書けるようにする</td>
2334+
<td>17</td>
23352335
<td></td>
23362336
<td></td>
23372337
<td></td>

lang/cpp20/concepts.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2026-07-30T00:18:32+09:00">
193-
2026年07月30日 00時18分32秒 (JST)
192+
datetime="2026-09-04T11:09:43+09:00">
193+
2026年09月04日 11時09分43秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
197-
<span itemprop="name">yoh</span>
197+
<span itemprop="name">Akira Takahashi</span>
198198
</span>
199199
が更新
200200
</small></p>
@@ -1280,6 +1280,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
12801280
<li><a href="function_templates_with_auto_parameters.html">C++20 autoパラメータによる関数テンプレートの簡易定義</a></li>
12811281
<li><a href="../cpp26/ordering_of_constraints_involving_fold_expressions.html">C++26 制約式内での畳み込み式の順序付け</a></li>
12821282
<li><a href="../cpp26/concept_and_variable-template_template-parameters.html">C++26 コンセプトと変数テンプレートをテンプレート引数として渡せるようにする</a></li>
1283+
<li><a href="../cpp29/conditional_noexcept_specifiers_in_compound_requirements.html">C++29 requires式の複合要件で条件付き<code>noexcept</code>指定を許可</a></li>
12831284
</ul>
12841285
<h2>参照</h2>
12851286
<ul>

lang/cpp29.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@
177177
<p class="text-right"><small>
178178
最終更新日時:
179179
<time itemprop="datePublished" class="js-local-time"
180-
datetime="2026-09-04T10:48:39+09:00">
181-
2026年09月04日 10時48分39秒 (JST)
180+
datetime="2026-09-04T11:09:43+09:00">
181+
2026年09月04日 11時09分43秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -346,8 +346,8 @@ <h3>テンプレート</h3>
346346
<td>テンプレートに<code>extern "C"</code>等の言語リンケージを適用する規則を整備する</td>
347347
</tr>
348348
<tr>
349-
<td><span href="https://cpprefjp.github.io/lang/cpp29/conditional_noexcept_specifiers_in_compound_requirements.md.nolink">複合要件における条件付き<code>noexcept</code>指定</span></td>
350-
<td>コンセプトの複合要件<code>{ 式 } noexcept</code>で条件付き<code>noexcept</code>を書けるようにする</td>
349+
<td><a href="cpp29/conditional_noexcept_specifiers_in_compound_requirements.html">requires式の複合要件で条件付き<code>noexcept</code>指定を許可</a></td>
350+
<td>requires式の複合要件で、<code>{ 式 } noexcept(定数式)</code>形式の条件付き<code>noexcept</code>指定を書けるようにする</td>
351351
</tr>
352352
<tr>
353353
<td><a href="cpp29/pack_indexing_for_template_names.html">テンプレートテンプレートパラメータのパックへのインデックスアクセスを許可</a></td>

lang/cpp29/conditional_noexcept_specifiers_in_compound_requirements.html

Lines changed: 330 additions & 0 deletions
Large diffs are not rendered by default.

lang/cpp29/feature_test_macros.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2026-09-04T10:48:39+09:00">
193-
2026年09月04日 10時48分39秒 (JST)
192+
datetime="2026-09-04T11:09:43+09:00">
193+
2026年09月04日 11時09分43秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -255,6 +255,11 @@ <h3>言語</h3>
255255
</thead>
256256
<tbody>
257257
<tr>
258+
<td><code>__cpp_concepts</code></td>
259+
<td><code>202606L</code></td>
260+
<td><a href="conditional_noexcept_specifiers_in_compound_requirements.html">requires式の複合要件で条件付き<code>noexcept</code>指定を許可</a></td>
261+
</tr>
262+
<tr>
258263
<td><code>__cpp_pack_indexing</code></td>
259264
<td><code>202606L</code></td>
260265
<td><a href="pack_indexing_for_template_names.html">テンプレートテンプレートパラメータのパックへのインデックスアクセスを許可</a></td>
@@ -308,6 +313,10 @@ <h3>ライブラリ</h3>
308313
<h2>参照</h2>
309314
<ul>
310315
<li><a href="https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations" target="_blank">SD-FeatureTest: Feature-Test Macros and Policies - isocpp</a></li>
316+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2026/p3822r2.html" target="_blank">P3822R2 Conditional noexcept specifiers in compound requirements</a><ul>
317+
<li>C++29で<code>__cpp_concepts</code><code>202606L</code>に更新された</li>
318+
</ul>
319+
</li>
311320
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2026/p3670r4.pdf" target="_blank">P3670R4 Pack Indexing for Template Names</a><ul>
312321
<li>C++29で<code>__cpp_pack_indexing</code><code>202606L</code>に更新された</li>
313322
</ul>

0 commit comments

Comments
 (0)