Skip to content

Commit fee5683

Browse files
committed
[expr.prim.lambda.capture] Add cross reference to [basic.scope.lambda]
Suggested by CD review feedback.
1 parent 22133b4 commit fee5683

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/expressions.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -2329,7 +2329,8 @@
23292329

23302330
\pnum
23312331
An \grammarterm{init-capture} inhabits
2332-
the lambda scope of the \grammarterm{lambda-expression}.
2332+
the lambda scope\iref{basic.scope.lambda}
2333+
of the \grammarterm{lambda-expression}.
23332334
An \grammarterm{init-capture} without ellipsis
23342335
behaves as if it declares and explicitly captures a variable of
23352336
the form ``\keyword{auto} \grammarterm{init-capture} \tcode{;}'', except that:

0 commit comments

Comments
 (0)