[Bug c++/24314] Extra "template<>" in partial specialization is compiled successfuly.
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Dec 12 22:32:00 GMT 2005
------- Comment #4 from reichelt at gcc dot gnu dot org 2005-12-12 22:32 -------
More compact testcase:
=================================================
template<typename> struct A {};
template<> template<typename T> struct A<T*> {};
A<void*> a;
=================================================
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24314
More information about the Gcc-bugs
mailing list