This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/17365] Should Koenig lookup find non-functions?


------- Additional Comments From giovannibajo at libero dot it  2004-09-10 00:51 -------
Subject: Re:  Should Koenig lookup find non-functions?

gdr at integrable-solutions dot net wrote:

> Whether "argument dependent name lookup" should find a non-function
> is a HOT topic and an issue in Core, with active status.  I don't
> think anything should be done in this area before we know where we
> head. Most definitely the wording is sufficiently ambiguous to allow
> GCC behaviour.  As noted in the corresponding Core issue, name lookup
> is applied uniformly and anything else is pure accident and should be
> fixed -- which means that ADL can find non-functions.  Please consult
> the "summary" on the debate on the Core issue list (the whole debate
> is much much larger than the summary publically made available).

Thanks for the explanation. Yes, we can keep this suspended, the patch was
merely a proof of concept.

Giovanni Bajo




-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17365


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]