Skip to content

Commit 34cffdb

Browse files
riccibrunozygoloid
authored andcommitted
[expr.prim.lambda.capture] Use the term "local entity".
The term "local entity" can be used here now that structured bindings can be captured (after P1091R3 and P1381R1).
1 parent e771124 commit 34cffdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/expressions.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,8 +1976,7 @@
19761976
\end{bnf}
19771977

19781978
\pnum
1979-
The body of a \grammarterm{lambda-expression} may refer to variables
1980-
with automatic storage duration and the \tcode{*this} object (if any)
1979+
The body of a \grammarterm{lambda-expression} may refer to local entities
19811980
of enclosing block scopes by capturing those entities, as described
19821981
below.
19831982

0 commit comments

Comments
 (0)