diff options
-rw-r--r-- | gcc/cp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 022cad3..0393ea8 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2005-10-16 Mark Mitchell <mark@codesourcery.com> + + PR c++/22173 + * decl.c (check_template_keyword): Fix thinko. + 2005-10-16 Andrew Pinski <pinskia@physics.uc.edu> PR c++/23959 @@ -48,7 +53,7 @@ * typeck.c (check_template_keyword): New function. (finish_class_member_access_expr): Add template_p argument. Check for invalid uses of the template keyword. - + 2005-10-15 Mark Mitchell <mark@codesourcery.com> PR c++/21347 |