This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Wish that templates where more complete.
- To: jose at haulpak dot com
- Subject: Re: Wish that templates where more complete.
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 10 Jun 2000 01:07:27 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <39416D53.11CCCDB4@haulpak.com>
> I am attempting to create templated typedefs. I am unable to craete
> templated typedefs.
Thanks for your bug report. I'm not sure what the bug is that you are
reporting. The compiler behaves as designed; "templated typedefs" are
neither part of standard C++, nor of GNU C++.
Regards,
Martin