Commit c28a9eac by Jason Merrill

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
parent 71d16049
......@@ -5,6 +5,11 @@
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.
2009-09-30 Jason Merrill <jason@redhat.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment