Commit bf40d45d by Mark Mitchell

re PR c++/22173 (Bogus template keyword accepted)

	PR c++/22173
	* decl.c (check_template_keyword): Fix thinko.

From-SVN: r105470
parent 2de0aa52
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
......
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