This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18950] specialization of template class with inner template members
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Dec 2004 15:54:57 -0000
- Subject: [Bug c++/18950] specialization of template class with inner template members
- References: <20041213094233.18950.boris@buf.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-13 15:54 -------
3.3.2 also rejects this code also:
pr18950.cc:11: error: template-id `function<>' for `T2 Class<int,
1>::function(T2)' does not match any template declaration
pr18950.cc:11: error: syntax error before `{' token
--
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |2.95.3 3.0.4 3.2.3 3.4.3
| |4.0.0 3.3.2
Known to work|2.95.3 3.0.4 3.2.3 3.4.3 |
|4.0.0 |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18950