We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bee12d commit 02e8675Copy full SHA for 02e8675
lang/cpp11/attributes.md
@@ -168,6 +168,8 @@ C++11で採用されたもの以外で検討された以下の機能は、属性
168
- [C++14 `[[deprecated]]`属性](/lang/cpp14/deprecated_attr.md)
169
- [C++17 `[[maybe_unused]]`属性](/lang/cpp17/maybe_unused.md)
170
- [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)
173
- [C++17 `[[fallthrough]]`属性](/lang/cpp17/fallthrough.md)
174
- [C++20 `[[no_unique_address]]`属性](/lang/cpp20/language_support_for_empty_objects.md)
175
- [C++20 `[[likely]]`, `[[unlikely]]`属性](/lang/cpp20/likely_and_unlikely_attributes.md)
0 commit comments