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++/24594] name lookup and partial ordering



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-31 15:41 -------
I think this is invalid as the name is fully qualified:
                ::f(*this,y);

So it looks up the overloaded set __while__ parsing.  This is required for the
two stage name lookup rule for templates.  I think there was a DR report about
this too.


-- 


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


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