From c28a9eac6d13773a6637f070244e8adf56ea4ffe Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 30 Sep 2009 13:55:54 -0400 Subject: 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 --- gcc/cp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f617fb1..7032cf3 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -5,6 +5,11 @@ 2009-09-30 Jason Merrill + * semantics.c (lambda_expr_this_capture): Fix default capture + of explicit capture of 'this'. + +2009-09-30 Jason Merrill + * parser.c (cp_parser_lambda_expression): Don't add __ to __this. 2009-09-30 Jason Merrill -- cgit v1.1