------- Comment #1 from pinskia at gcc dot gnu dot org  2008-02-26 18:59 -------
>    func(hold.item);  // OK for Wilma, but fails for Foo::Fred, see below

This is correct.

>   func2(hold.item); // OK, not overloaded name

This is not and we still have a bug with respect of not having any overloaded
function before.
This should fail the same way func fails.


-- 


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

Reply via email to