This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/24314] Extra "template<>" in partial specialization is compiled successfuly.
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Dec 2005 22:32:06 -0000
- Subject: [Bug c++/24314] Extra "template<>" in partial specialization is compiled successfuly.
- References: <bug-24314-11504@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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