Skip to content

Commit

Permalink
[expr.prim.lambda] Add index entry for example of *this capture.
Browse files Browse the repository at this point in the history
  • Loading branch information
zygoloid committed Mar 24, 2016
1 parent 342c5d1 commit 703d892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 703d892

Please sign in to comment.