From 703d892264af814a64140b17ffe2bf6ae9274dde Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 24 Mar 2016 12:26:57 -0700 Subject: [PATCH] [expr.prim.lambda] Add index entry for example of *this capture. --- source/expressions.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/source/expressions.tex b/source/expressions.tex index a2d36526ab..2004546459 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -1065,6 +1065,7 @@ \grammarterm{lambda-expression} captures an entity and that entity is not defined or captured in the immediately enclosing lambda expression or function, the program is ill-formed. \enterexample +\indextext{Bond!James Bond}% \begin{codeblock} void f1(int i) { int const N = 20;