http://llvm.org/bugs/show_bug.cgi?id=15017
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Richard Smith <[email protected]> 2013-01-28 22:14:09 CST --- Fixed in r173766. Now we just get: a.cc:1:30: error: 'X' can not be defined in a type specifier template<typename T = struct X { int i; }> struct S {}; ^ -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
