Skip to content

Commit 48ad76f

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 003d052 commit 48ad76f

8 files changed

Lines changed: 961 additions & 648 deletions

File tree

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-05T09:27:26+09:00">
169-
2026年09月05日 09時27分26秒 (JST)
168+
datetime="2026-09-05T09:37:12+09:00">
169+
2026年09月05日 09時37分12秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2321,9 +2321,9 @@ <h2><a href="#cpp29" id="cpp29">C++29言語機能の実装状況</a></h2>
23212321
<td></td>
23222322
</tr>
23232323
<tr>
2324-
<td>P3424R2: <span href="https://cpprefjp.github.io/lang/cpp29/deallocation_functions_with_throwing_exception_specification_are_ill_formed.md.nolink">例外を送出する例外指定をもつ解放関数を不適格とする</span></td>
2325-
<td><code>throw</code>する可能性がある<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>指定を持つ<code>operator delete</code><a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="implementation-compliance.html#dfn-ill-formed">不適格</a>にする</td>
2326-
<td></td>
2324+
<td>P3424R2: <a href="lang/cpp29/deallocation_functions_with_throwing_exception_specification_are_ill_formed.html">例外を送出しうる例外指定をもつ解放関数を不適格とする</a></td>
2325+
<td><code>operator delete</code>などの解放関数に、<code>noexcept(false)</code>のような<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>を送出しうる<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>指定を付けることを<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="implementation-compliance.html#dfn-ill-formed">不適格</a>とする。解放関数からの<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>送出による<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>へ到達する経路を、宣言の時点で排除する</td>
2326+
<td>17</td>
23272327
<td></td>
23282328
<td></td>
23292329
<td></td>

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-05T09:27:26+09:00">
181-
2026年09月05日 09時27分26秒 (JST)
180+
datetime="2026-09-05T09:37:12+09:00">
181+
2026年09月05日 09時37分12秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -288,8 +288,8 @@ <h3>関数</h3>
288288
<td>明示的なキャプチャに対応するクロージャ型のメンバ変数が、キャプチャを書いた順に宣言・初期化され、逆順に破棄されることを保証する</td>
289289
</tr>
290290
<tr>
291-
<td><span href="https://cpprefjp.github.io/lang/cpp29/deallocation_functions_with_throwing_exception_specification_are_ill_formed.md.nolink">例外を送出する例外指定をもつ解放関数を不適格とする</span></td>
292-
<td><code>throw</code>する可能性がある<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>指定を持つ<code>operator delete</code><a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../implementation-compliance.html#dfn-ill-formed">不適格</a>にする</td>
291+
<td><a href="cpp29/deallocation_functions_with_throwing_exception_specification_are_ill_formed.html">例外を送出しうる例外指定をもつ解放関数を不適格とする</a></td>
292+
<td><code>operator delete</code>などの解放関数に、<code>noexcept(false)</code>のような<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>を送出しうる<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>指定を付けることを<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../implementation-compliance.html#dfn-ill-formed">不適格</a>とする。解放関数からの<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>送出による<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="../implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>へ到達する経路を、宣言の時点で排除する</td>
293293
</tr>
294294
</tbody>
295295
</table>

0 commit comments

Comments
 (0)