Skip to content

Commit 02e8675

Browse files
committed
C++11 属性: 関連項目を追加
1 parent 4bee12d commit 02e8675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lang/cpp11/attributes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ C++11で採用されたもの以外で検討された以下の機能は、属性
168168
- [C++14 `[[deprecated]]`属性](/lang/cpp14/deprecated_attr.md)
169169
- [C++17 `[[maybe_unused]]`属性](/lang/cpp17/maybe_unused.md)
170170
- [C++17 `[[nodiscard]]`属性](/lang/cpp17/nodiscard.md)
171+
- [C++20 `[[nodiscard]]`属性に理由となる文字列を付加できるようにする](/lang/cpp20/nodiscard_should_have_a_reason.md)
172+
- [C++20 `[[nodiscard]]`をコンストラクタのオーバーロードごとに付加できるようにする](/lang/cpp20/nodiscard_for_constructors.md)
171173
- [C++17 `[[fallthrough]]`属性](/lang/cpp17/fallthrough.md)
172174
- [C++20 `[[no_unique_address]]`属性](/lang/cpp20/language_support_for_empty_objects.md)
173175
- [C++20 `[[likely]]`, `[[unlikely]]`属性](/lang/cpp20/likely_and_unlikely_attributes.md)

0 commit comments

Comments
 (0)