Skip to content

Commit b956b77

Browse files
committed
C++11 属性構文 : indeterminate属性の解説ページにリンク
1 parent 073c4bc commit b956b77

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lang/cpp11/attributes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ C++11で採用されたもの以外で検討された以下の機能は、属性
170170
- [C++20 属性の名前空間を予約](/lang/cpp20/reserving_attribute_namespaces_for_future_use.md)
171171
- [C++23 ラムダ式に対する属性](/lang/cpp23/attributes_on_lambda_expressions.md)
172172
- [C++26 構造化束縛への属性を許可](/lang/cpp26/attributes_for_structured_bindings.md)
173+
- [C++26 未初期化変数の読み取りをエラー性動作とする (`[[indeterminate]]`属性)](/lang/cpp26/erroneous_behavior_for_uninitialized_reads.md)
173174
174175
175176
## 参照

lang/cpp26/erroneous_behavior_for_uninitialized_reads.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,8 @@ int main() {
137137
| 契約違反 | 契約に関する現在の策定作業では、契約違反時になにが起こるべきかという問題に直面している。エラー性動作という概念は有用な回答を与えてくれる可能性がある |
138138

139139

140+
## 関連項目
141+
- [C++11 属性構文](/lang/cpp11/attributes.md)
142+
140143
## 参照
141144
- [P2795R5 Erroneous behaviour for uninitialized reads](https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2795r5.html)

0 commit comments

Comments
 (0)