http://llvm.org/bugs/show_bug.cgi?id=17832
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Reid Kleckner <[email protected]> --- This no longer reproduces, we give errors: t.cpp:1:38: error: expected class name template <class T> struct B : public A {}; ^ t.cpp:3:20: error: no member named 'f' in the global namespace C(int &&) : _D(::f(0)) {} ~~^ 2 errors generated. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
