From Jason Turner

[dcl.attr.unused]

Diff to HTML by rtfpessoa

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. It shall appear at most once in each
5
- *attribute-list* and no *attribute-argument-clause* shall be 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
 
 
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