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++/24986] g++ is confused when function is defined inside and outside some namespace and called with '::' prefix



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-22 05:13 -------
I don't think this is a bug as what is happening is that :: is a qualified name
and qualified namelookup (IIRC) does not find decls which are injected via
using.


-- 


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


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