Skip to content

Commit 703d892

Browse files
committed
[expr.prim.lambda] Add index entry for example of *this capture.
1 parent 342c5d1 commit 703d892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/expressions.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,7 @@
10651065
\grammarterm{lambda-expression} captures an entity and that entity is not defined or
10661066
captured in the immediately enclosing lambda expression or function, the program is
10671067
ill-formed. \enterexample
1068+
\indextext{Bond!James Bond}%
10681069
\begin{codeblock}
10691070
void f1(int i) {
10701071
int const N = 20;

0 commit comments

Comments
 (0)