File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 10
10
| ----------| ------|
11
11
| [ 契約に基づくプログラミング] ( future/contract-based_programming.md ) | 事前条件、事後条件、表明を宣言する新たな属性構文を追加 |
12
12
13
+
14
+ ## ライブラリ
15
+
16
+ | ヘッダ | 説明 |
17
+ | --------| ------|
18
+ | [ ` <contract> ` ] ( /reference/contract.md ) | 契約違反のハンドリング |
Original file line number Diff line number Diff line change 31
31
| [ ` <new> ` ] ( /reference/new.md ) | 動的メモリ管理 | |
32
32
| [ ` <typeinfo> ` ] ( /reference/typeinfo.md ) | 型情報 | |
33
33
| [ ` <source_location> ` ] ( /reference/source_location.md ) | ソースコード上の位置 | C++20 |
34
- | [ ` <contract> ` ] ( /reference/contract.md ) | 契約違反のハンドリング | C++23 |
35
34
| [ ` <exception> ` ] ( /reference/exception.md ) | 例外ハンドリング | |
36
35
| [ ` <initializer_list> ` ] ( /reference/initializer_list.md ) | 初期化子リスト | C++11 |
37
36
| [ ` <compare> ` ] ( /reference/compare.md ) | 比較演算 | C++20 |
You can’t perform that action at this time.
0 commit comments