semantics.c (lambda_expr_this_capture): Fix default capture of explicit capture of 'this'.

* semantics.c (lambda_expr_this_capture): Fix default capture
	of explicit capture of 'this'.

From-SVN: r152340
This commit is contained in:
Jason Merrill 2009-09-30 13:55:54 -04:00
parent 71d16049ff
commit c28a9eac6d

View File

@ -3,6 +3,11 @@
* semantics.c (lambda_expr_this_capture): Fix default capture
of explicit capture of 'this'.
2009-09-30 Jason Merrill <jason@redhat.com>
* semantics.c (lambda_expr_this_capture): Fix default capture
of explicit capture of 'this'.
2009-09-30 Jason Merrill <jason@redhat.com>
* parser.c (cp_parser_lambda_expression): Don't add __ to __this.