re PR c++/22173 (Bogus template keyword accepted)
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 16 Oct 2005 21:57:42 +0000 (21:57 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 16 Oct 2005 21:57:42 +0000 (21:57 +0000)
PR c++/22173
* decl.c (check_template_keyword): Fix thinko.

From-SVN: r105470

gcc/cp/ChangeLog

index 022cad3a127bd63387dd406aad1be357b9616444..0393ea843963848883cdf9af32c241db388118e6 100644 (file)
@@ -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