This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Failed to instanciate template referencing type within other template
- To: zeller at stud dot fh-heilbronn dot de
- Subject: Re: Failed to instanciate template referencing type within other template
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 4 Jul 2000 00:07:30 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <Pine.LNX.4.05.10007032124530.29201-300000@lara.stud.fh-heilbronn.de>
> Or is this not correct C++ ?
Thanks for your bug report. Your code is indeed ill-formed; a
qualified name is a non-deduced context. If you need more elaboration,
please ask it in one of the public C++ fora,
eg. comp.lang.c++.moderated, or comp.std.c++.
Regards,
Martin