------- Comment #4 from e28773 at bsnow dot net 2009-06-20 12:32 ------- (From update of attachment 18029) namespace X { class C { };
template<class T>void next(T) { } } using namespace X; #include <string> using namespace std; int main() { C c; next(c); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40497