This is the mail archive of the gcc-patches@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]

Re: PR c++/11808


Mark Mitchell <mark@codesourcery.com> writes:

| 	* cp-tree.h (KOENIG_LOOKUP_P): New macro.

Mark,

Thanks for addressing this issue.  However, the naming KOENIG_LOOKUP_P
is terrible.  The standard term is "Argument dependent name lookup".
And Andy Koenig tends to distant himself from that lookup rule.
You might want to converse with EDG guys (especially with Daveed) if
you wanted more information about the history of that lookup rule.
(Yes, I'm aware of the wide-spread usage "koenig lookup", but it is not
inappropriate for GCC source I'm afraid).

-- Gaby


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