This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: g++ 2.95.2 overload resolution does not follow ANSI standard
- To: gehlhaar at Agouron dot COM
- Subject: Re: g++ 2.95.2 overload resolution does not follow ANSI standard
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 6 Jun 2000 09:25:56 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <200006052345.QAA05870@taz.agouron.com>
Thanks for your bug report. I've put it into GNATS. Without further
analysis, it seems that the partial ordering of function templates
does not take the default argument into account (as it should, as per
14.5.5.2/6)
Regards,
Martin