Re: C++ PATCH for c++/51889 (problem overloading function using in template)

2012-01-24 Thread Fabien Chêne
2012/1/19 Jason Merrill : > When we have a class-scope using-declaration that nominates functions, we > want to insert those functions into the derived class' CLASSTYPE_METHOD_VEC. >  In non-template code we do this in handle_using_decl, which is called from > check_bases_and_members.  But we don't

C++ PATCH for c++/51889 (problem overloading function using in template)

2012-01-19 Thread Jason Merrill
When we have a class-scope using-declaration that nominates functions, we want to insert those functions into the derived class' CLASSTYPE_METHOD_VEC. In non-template code we do this in handle_using_decl, which is called from check_bases_and_members. But we don't call that function for a clas