This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: koenig lookup in C++
- To: Theodore Papadopoulo <Theodore dot Papadopoulo at sophia dot inria dot fr>
- Subject: Re: koenig lookup in C++
- From: Jason Merrill <jason at redhat dot com>
- Date: 17 Aug 2000 14:13:34 -0700
- Cc: Geoff Keating <geoffk at cygnus dot com>, gcc at gcc dot gnu dot org, mark at codesourcery dot com, jason at casey dot cygnus dot com
- References: <200008171304.e7HD4OI10930@mururoa.inria.fr>
>>>>> Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> writes:
> Then, maybe the first version of the patch I submitted is better even
> if frankly I'm not so sure whether it fulfills all the requirements
> you mention (but it should). The reference of the patch is:
> http://gcc.gnu.org/ml/gcc-patches/2000-06/msg00781.html
> Mark's comments for this patch are in:
> http://gcc.gnu.org/ml/gcc-patches/2000-06/msg00836.html
Indeed, I disagree with Mark's comments. Mark, what was your rationale for
treating templates differently?
I also disagree with your earlier patch, however; we shouldn't look through
an implicit typename.
Jason