We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb228c commit cb8a3e4Copy full SHA for cb8a3e4
source/basic.tex
@@ -511,7 +511,9 @@
511
either:
512
\begin{itemize}
513
\item the intervening scope is a block scope, or
514
-\item the intervening scope is the function parameter scope of a \grammarterm{lambda-expression}
+\item the intervening scope is the function parameter scope of a \grammarterm{lambda-expression}, or
515
+\item the intervening scope is the lambda scope of
516
+a \grammarterm{lambda-expression}
517
that has a \grammarterm{simple-capture}
518
naming the entity or has a \grammarterm{capture-default}, and
519
the block scope of the \grammarterm{lambda-expression}
0 commit comments