[Bug c++/38005] inconsistent precedence of operators in namespaces

schwab at suse dot de gcc-bugzilla@gcc.gnu.org
Tue Nov 4 14:23:00 GMT 2008



------- Comment #8 from schwab at suse dot de  2008-11-04 14:21 -------
::operator<< is hidden by C::operator<< and cannot be found by name lookup. 
A::operator<< is found because child is-a A::parent.


-- 


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



More information about the Gcc-bugs mailing list