File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1000
1000
\pnum
1001
1001
A declaration is \defnx {name-independent}{declaration!name-independent}
1002
1002
if its name is \tcode {_} (\unicode {005f}{low line}) and it declares
1003
+ \begin {itemize }
1004
+ \item
1003
1005
a variable with automatic storage duration,
1004
- a structured binding not inhabiting a namespace scope,
1006
+ \item
1007
+ a structured binding
1008
+ % FIXME: "and" is strange below; maybe reword to something like:
1009
+ % FIXME: "that has no \grammarterm{storage-class-specifier} and
1010
+ % FIXME: that is not inhabiting a namespace scope,"
1011
+ with no \grammarterm {storage-class-specifier} and
1012
+ not inhabiting a namespace scope,
1013
+ \item
1005
1014
the variable introduced by an \grammarterm {init-capture}, or
1006
- a non-static data member.
1015
+ \item
1016
+ % FIXME: "of" is strange below; remove it?
1017
+ a non-static data member of other than an anonymous union.
1018
+ \end {itemize }
1007
1019
1008
1020
\recommended
1009
1021
Implementations should not emit a warning
You can’t perform that action at this time.
0 commit comments