Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,10 @@
a \grammarterm{lambda-expression}
that has a \grammarterm{simple-capture}
naming the entity or has a \grammarterm{capture-default}, and
the block scope of the \grammarterm{lambda-expression}
the block scope of the \grammarterm{lambda-expression},
or a contract-assertion scope\iref{basic.scope.contract}
introduced by a function contract assertion\iref{dcl.contract.func}
of the call operator or operator template of that \grammarterm{lambda-expression},
is also an intervening scope.
\end{itemize}
\end{itemize}
Expand Down
Loading