This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Example of GCC 2.95 member templates letting me down
- To: e1wwater at dingo dot cc dot uq dot edu dot au
- Subject: Re: Example of GCC 2.95 member templates letting me down
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 4 Mar 2000 21:06:30 +0100
- CC: egcs at egcs dot cygnus dot com
- References: <37940AE4.126CFC05@dingo.uq.edu.au>
> GCC 2.95 does not like a template class member function calling a member
> template of another class ... try compiling the following and you will
> see what I mean ...
Thanks for your bug report. gcc-2.95.2 compiles this without problems.
Regards,
Martin