[Bug c++/22206] gcc overload resolution fails to follow "using" in some cases
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 27 23:07:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list