diff --git a/source/basic.tex b/source/basic.tex index c1f58de60a..a5f0d73cf6 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -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}