[Bug c++/24314] New: Extra "template<>" in partial specialization is compiled successfuly.

2005-10-11 Thread shriram_vishwanathan at persistent dot co dot in
: unknown Status: UNCONFIRMED Severity: normal Priority: P4 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: shriram_vishwanathan at persistent dot co dot in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24314

[Bug c++/24314] Extra "template<>" in partial specialization is compiled successfuly.

2005-10-11 Thread shriram_vishwanathan at persistent dot co dot in
--- Comment #2 from shriram_vishwanathan at persistent dot co dot in 2005-10-11 18:54 --- Wow, that was fast! What about this code? I am using g++ 4.0.1, and it compiles without any error. --- // The base template. template struct A { int select() { return 0