This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: BUG: instantiating templates with typedef ('operator...' functions)
- To: m at loa dot com
- Subject: Re: BUG: instantiating templates with typedef ('operator...' functions)
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 16 Jul 2000 21:52:34 +0200
- CC: gcc-bugs at gcc dot gnu dot org, mon at hks dot com, m at loa dot com
- References: <39716C4A.82E28934@loa.com>
> // This example shows the problem of instantiating the 'operator==' function
> // using a typedef. Any other function beside that operator instantiates
> // correctly.
Thanks for your bug report. gcc-2.95.2 compiles this without problems,
so the bug appears to be fixed.
Regards,
Martin