Skip to content

Commit fb3bea8

Browse files
jensmaurertkoeppe
authored andcommitted
[expr] Add cross-references for 'local entity'.
A local entity is not any entity that is local, so add cross-references for clarification.
1 parent caf7428 commit fb3bea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@
14421442
\pnum
14431443
The result is the entity denoted by
14441444
the \grammarterm{unqualified-id}\iref{basic.lookup.unqual}.
1445-
If the entity is a local entity
1445+
If the entity is a local entity\iref{basic.pre}
14461446
and naming it from outside of an unevaluated operand
14471447
within the scope where the \grammarterm{unqualified-id} appears
14481448
would result in some intervening \grammarterm{lambda-expression}
@@ -2125,7 +2125,7 @@
21252125

21262126
\pnum
21272127
The \grammarterm{identifier} in a \grammarterm{simple-capture}
2128-
shall denote a local entity\iref{basic.lookup.unqual}.
2128+
shall denote a local entity (\ref{basic.lookup.unqual}, \ref{basic.pre}).
21292129
The \grammarterm{simple-capture}{s} \keyword{this} and \tcode{* \keyword{this}}
21302130
denote the local entity \tcode{*\keyword{this}}.
21312131
An entity that is designated by a

0 commit comments

Comments
 (0)