Skip to content

Commit 402ee23

Browse files
committed
fixup: formatting and indexing
1 parent d06c313 commit 402ee23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,11 +988,11 @@
988988
\end{example}
989989

990990
\pnum
991-
A declaration is \defn{name-independent}
991+
A declaration is \defnx{name-independent}{declaration!name-independent}
992992
if its name is \tcode{_} (\unicode{005f}{low line}) and it declares
993993
a variable with automatic storage duration,
994994
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
996996
a non-static data member.
997997

998998
\recommended

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7940,7 +7940,7 @@
79407940
that inhabits the target scope of another declaration $B$
79417941
potentially conflicts with it\iref{basic.scope.scope}, and
79427942
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
79447944
the \grammarterm{using-declaration} precedes $B$.
79457945
\begin{example}
79467946
\begin{codeblock}

0 commit comments

Comments
 (0)