tmp/tmpyydg0h27/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
### Maybe unused attribute <a id="dcl.attr.unused">[[dcl.attr.unused]]</a>
|
| 2 |
|
| 3 |
The *attribute-token* `maybe_unused` indicates that a name or entity is
|
| 4 |
-
possibly intentionally unused.
|
| 5 |
-
|
| 6 |
|
| 7 |
The attribute may be applied to the declaration of a class, a
|
| 8 |
*typedef-name*, a variable (including a structured binding declaration),
|
| 9 |
a non-static data member, a function, an enumeration, or an enumerator.
|
| 10 |
|
|
|
|
| 1 |
### Maybe unused attribute <a id="dcl.attr.unused">[[dcl.attr.unused]]</a>
|
| 2 |
|
| 3 |
The *attribute-token* `maybe_unused` indicates that a name or entity is
|
| 4 |
+
possibly intentionally unused. No *attribute-argument-clause* shall be
|
| 5 |
+
present.
|
| 6 |
|
| 7 |
The attribute may be applied to the declaration of a class, a
|
| 8 |
*typedef-name*, a variable (including a structured binding declaration),
|
| 9 |
a non-static data member, a function, an enumeration, or an enumerator.
|
| 10 |
|