Skip to content

Commit acee399

Browse files
committed
__stdc_version_setjmp_h__リファレンスページの追加
1 parent 3fb5cb0 commit acee399

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

reference/csetjmp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| 名前 | 説明 | 対応バージョン |
88
|------|------| ----------------|
99
| [`jmp_buf`](csetjmp/jmp_buf.md) | 非ローカルジャンプのための環境を保存するための型 | |
10+
| [`__STDC_VERSION_SETJMP_H__`](csetjmp/stdc_version_setjmp_h.md) | C23に準拠していることを示すマクロ | C++26 |
1011

1112
## マクロ
1213
| 名前 | 説明 | 対応バージョン |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# __STDC_VERSION_SETJMP_H__
2+
* csetjmp[meta header]
3+
* macro[meta id-type]
4+
* cpp26[meta cpp]
5+
6+
```cpp
7+
#define __STDC_VERSION_SETJMP_H__ 202311L
8+
```
9+
10+
## 概要
11+
`<csetjmp>`ヘッダがC23の基準に準拠していることを示すマクロ。

0 commit comments

Comments
 (0)