Skip to content

Commit 8d9ecc2

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ddc052f commit 8d9ecc2

File tree

3 files changed

+3412
-5461
lines changed

3 files changed

+3412
-5461
lines changed

lang/cpp26.html

Lines changed: 17 additions & 6 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="2025-04-24T05:11:38">
180-
2025年04月24日 05時11分38秒
179+
<span itemprop="datePublished" content="2025-04-24T05:33:10">
180+
2025年04月24日 05時33分10秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -223,10 +223,6 @@ <h3>変数</h3>
223223
<td>変数名<code>_</code>は暗黙で<code>[[maybe_unused]]</code>が指定される</td>
224224
</tr>
225225
<tr>
226-
<td><a href="cpp26/remove_deprecated_arithmetic_conversion_on_enumerations.html">非推奨となっていた列挙型の算術変換を削除</a></td>
227-
<td>C++20から非推奨となっていた列挙値への算術演算で算術型に暗黙変換される仕様を削除</td>
228-
</tr>
229-
<tr>
230226
<td><span href="https://cpprefjp.github.io/lang/cpp26/deleting_a_pointer_to_an_incomplete_type_should_be_ill-formed.md.nolink">不完全型へのポインタに対する<code>delete</code>を不適格とする</span></td>
231227
<td><a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="../implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>を引き起こす操作をコンパイルエラーとする</td>
232228
</tr>
@@ -465,6 +461,21 @@ <h3>機能の非推奨化</h3>
465461
</tr>
466462
</tbody>
467463
</table>
464+
<h3>機能の削除</h3>
465+
<table border="1" bordercolor="#888" style="border-collapse:collapse">
466+
<thead>
467+
<tr>
468+
<th>言語機能</th>
469+
<th>説明</th>
470+
</tr>
471+
</thead>
472+
<tbody>
473+
<tr>
474+
<td><a href="cpp26/remove_deprecated_arithmetic_conversion_on_enumerations.html">非推奨となっていた列挙型の算術変換を削除</a></td>
475+
<td>C++20から非推奨となっていた列挙値への算術演算で算術型に暗黙変換される仕様を削除</td>
476+
</tr>
477+
</tbody>
478+
</table>
468479
<h2>ライブラリ更新の概要</h2>
469480
<h3>新ライブラリ</h3>
470481
<ul>

0 commit comments

Comments
 (0)