diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 7032cf3..f617fb1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -5,11 +5,6 @@ 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> |