This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: g++ bug (?) with modern C++ constructs
- To: ghost at cs dot msu dot su
- Subject: Re: g++ bug (?) with modern C++ constructs
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 29 Mar 2000 21:31:22 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <00032916075900.21483@redsun>
> I think I've found a bug in g++.
Thanks for your bug report. This is a known bug, and it is hard to
fix. You can work-around this by writing
c.template is<C>();
Regards,
Martin