File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 988
988
\end {example }
989
989
990
990
\pnum
991
- A declaration is \defn { name-independent}
991
+ A declaration is \defnx {name-independent}{declaration! name-independent}
992
992
if its name is \tcode {_} (\unicode {005f}{low line}) and it declares
993
993
a variable with automatic storage duration,
994
994
a structured binding not inhabiting a namespace scope,
995
- the variable introduced by an \tcode {init-capture}, or
995
+ the variable introduced by an \grammarterm {init-capture}, or
996
996
a non-static data member.
997
997
998
998
\recommended
Original file line number Diff line number Diff line change 7940
7940
that inhabits the target scope of another declaration $ B$
7941
7941
potentially conflicts with it\iref {basic.scope.scope }, and
7942
7942
either is reachable from the other, the program is ill-formed
7943
- unless B is name-independent and
7943
+ unless $ B $ is name-independent and
7944
7944
the \grammarterm {using-declaration} precedes $ B$ .
7945
7945
\begin {example }
7946
7946
\begin {codeblock }
You can’t perform that action at this time.
0 commit comments