Skip to content

Commit

Permalink
C++11 属性構文 : indeterminate属性の解説ページにリンク
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Dec 16, 2024
1 parent 073c4bc commit b956b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/cpp11/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ C++11で採用されたもの以外で検討された以下の機能は、属性
- [C++20 属性の名前空間を予約](/lang/cpp20/reserving_attribute_namespaces_for_future_use.md)
- [C++23 ラムダ式に対する属性](/lang/cpp23/attributes_on_lambda_expressions.md)
- [C++26 構造化束縛への属性を許可](/lang/cpp26/attributes_for_structured_bindings.md)
- [C++26 未初期化変数の読み取りをエラー性動作とする (`[[indeterminate]]`属性)](/lang/cpp26/erroneous_behavior_for_uninitialized_reads.md)
## 参照
Expand Down
3 changes: 3 additions & 0 deletions lang/cpp26/erroneous_behavior_for_uninitialized_reads.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,8 @@ int main() {
| 契約違反 | 契約に関する現在の策定作業では、契約違反時になにが起こるべきかという問題に直面している。エラー性動作という概念は有用な回答を与えてくれる可能性がある |


## 関連項目
- [C++11 属性構文](/lang/cpp11/attributes.md)

## 参照
- [P2795R5 Erroneous behaviour for uninitialized reads](https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2795r5.html)

0 comments on commit b956b77

Please sign in to comment.