File tree Expand file tree Collapse file tree 3 files changed +3412
-5461
lines changed Expand file tree Collapse file tree 3 files changed +3412
-5461
lines changed Original file line number Diff line number Diff line change 176
176
177
177
< p class ="text-right "> < small >
178
178
最終更新日時(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秒
181
181
</ span >
182
182
< br />
183
183
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -223,10 +223,6 @@ <h3>変数</h3>
223
223
< td > 変数名< code > _</ code > は暗黙で< code > [[maybe_unused]]</ code > が指定される</ td >
224
224
</ tr >
225
225
< tr >
226
- < td > < a href ="cpp26/remove_deprecated_arithmetic_conversion_on_enumerations.html "> 非推奨となっていた列挙型の算術変換を削除</ a > </ td >
227
- < td > C++20から非推奨となっていた列挙値への算術演算で算術型に暗黙変換される仕様を削除</ td >
228
- </ tr >
229
- < tr >
230
226
< 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 >
231
227
< td > < a class ="cpprefjp-defined-word " data-desc ="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。 " href ="../implementation-compliance.html#dfn-undefined-behavior "> 未定義動作</ a > を引き起こす操作をコンパイルエラーとする</ td >
232
228
</ tr >
@@ -465,6 +461,21 @@ <h3>機能の非推奨化</h3>
465
461
</ tr >
466
462
</ tbody >
467
463
</ 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 >
468
479
< h2 > ライブラリ更新の概要</ h2 >
469
480
< h3 > 新ライブラリ</ h3 >
470
481
< ul >
You can’t perform that action at this time.
0 commit comments