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++/22206] gcc overload resolution fails to follow "using" in some cases


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-27 23:07 -------
This is invalid code but I don't have the time to explain why except to say that when inside a 
namespace, you look into the inner most namespace first and if it does not find any then the outer for 
overloads.

-- 


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


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