http://llvm.org/bugs/show_bug.cgi?id=8448
Marc Glisse <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Marc Glisse <[email protected]> --- I am now getting the following (the location of the note was fixed), so it looks good. And it compiles without error in C++11. cl.cc:3:41: error: 'priv' is a private member of 'A' template <class T> void f(T,typename T::priv){} ^ cl.cc:4:10: note: while substituting deduced template arguments into function template 'f' [with T = A] void g(){f(A(),A());} ^ -- 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
