Skip to content

Commit 3fc55f3

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 0857a77 commit 3fc55f3

File tree

10 files changed

+2471
-172
lines changed

10 files changed

+2471
-172
lines changed

lang/cpp26.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2026-01-27T07:36:10">
180-
2026年01月27日 07時36分10秒
179+
<span itemprop="datePublished" content="2026-01-28T06:28:47">
180+
2026年01月28日 06時28分47秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -977,7 +977,7 @@ <h3>ユーティリティ</h3>
977977
</li>
978978
<li><code><a href="../reference/memory.html">&lt;memory&gt;</a></code>に、ポインタのアライメントを判定する<code><a href="../reference/memory/is_sufficiently_aligned.html">std::is_sufficiently_aligned()</a></code>関数を追加。</li>
979979
<li><code><a href="../reference/utility.html">&lt;utility&gt;</a></code>に、タイムトラベル最適化を抑止するための観測可能ポイントとして<code><span href="https://cpprefjp.github.io/reference/utility/observable_checkpoint.md.nolink">std::observable_checkpoint()</span></code>を追加</li>
980-
<li><code><a href="../reference/exception/exception_ptr.html">std::exception_ptr</a></code>を指定した<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>型にキャストする<code><span href="https://cpprefjp.github.io/reference/exception/exception_ptr_cast.md.nolink">std::exception_ptr_cast()</span></code>関数を追加</li>
980+
<li><code><a href="../reference/exception/exception_ptr.html">std::exception_ptr</a></code>を指定した<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>型にキャストする<code><a href="../reference/exception/exception_ptr_cast.html">std::exception_ptr_cast()</a></code>関数を追加</li>
981981
<li><code><a href="../reference/compare.html">&lt;compare&gt;</a></code>に、型の順序を取得する<code><span href="https://cpprefjp.github.io/reference/compare/type_order.md.nolink">std::type_order</span></code>クラスを追加</li>
982982
</ul>
983983
<h3>デバッグ</h3>

lang/cpp26/feature_test_macros.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2026-01-27T07:36:10">
192-
2026年01月27日 07時36分10秒
191+
<span itemprop="datePublished" content="2026-01-28T06:28:47">
192+
2026年01月28日 06時28分47秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -547,7 +547,7 @@ <h3>ライブラリ</h3>
547547
<tr>
548548
<td><code>__cpp_lib_exception_ptr_cast</code></td>
549549
<td><code>202506L</code></td>
550-
<td><code><a href="../../reference/exception/exception_ptr.html">std::exception_ptr</a></code>を指定した<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>型にキャストする<code><span href="https://cpprefjp.github.io/reference/exception/exception_ptr_cast.md.nolink">std::exception_ptr_cast()</span></code>関数を追加</td>
550+
<td><code><a href="../../reference/exception/exception_ptr.html">std::exception_ptr</a></code>を指定した<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>型にキャストする<code><a href="../../reference/exception/exception_ptr_cast.html">std::exception_ptr_cast()</a></code>関数を追加</td>
551551
<td><code><a href="../../reference/exception.html">&lt;exception&gt;</a></code></td>
552552
</tr>
553553
<tr>

reference/exception.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2025-07-11T17:16:44">
180-
2025年07月11日 17時16分44秒
179+
<span itemprop="datePublished" content="2026-01-28T06:28:47">
180+
2026年01月28日 06時28分47秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">Koichi Murase</span>
184+
<span itemprop="name">Akira Takahashi</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -283,6 +283,11 @@
283283
<td>C++11</td>
284284
</tr>
285285
<tr>
286+
<td><code><a href="exception/exception_ptr_cast.html">exception_ptr_cast</a></code></td>
287+
<td><a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>ポインタを指定された<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>型にキャストする(function)</td>
288+
<td>C++26</td>
289+
</tr>
290+
<tr>
286291
<td><code><a href="exception/make_exception_ptr.html">make_exception_ptr</a></code></td>
287292
<td><a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>ポインタを作成する(function)</td>
288293
<td>C++11</td>

reference/exception/current_exception.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2026-01-06T03:47:59">
192-
2026年01月06日 03時47分59秒
191+
<span itemprop="datePublished" content="2026-01-28T06:28:47">
192+
2026年01月28日 06時28分47秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -285,6 +285,7 @@ <h3>処理系</h3>
285285
<h2>関連項目</h2>
286286
<ul>
287287
<li><a href="../../lang/cpp26/allowing_exception_throwing_in_constant-evaluation.html">C++26 定数評価での例外送出を許可</a></li>
288+
<li><code><a href="exception_ptr_cast.html">std::exception_ptr_cast()</a></code></li>
288289
</ul>
289290
<h2>参照</h2>
290291
<ul>

0 commit comments

Comments
 (0)