This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 Bug? template dependent name lookup fails from template functions
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 15 Apr 2004 15:35:14 +0200
- Subject: Re: 3.4 Bug? template dependent name lookup fails from template functions
- References: <Pine.LNX.4.53.0404151521070.8230@bellatrix.tat.physik.uni-tuebingen.de>
Richard Guenther wrote:
And EDG (Intel 8.0) accepts it without problems, even in -ansi mode, as
does gcc-3.3.4
/Rejects/ it, you mean. Rejects both F and ::F.
Paolo.