http://llvm.org/bugs/show_bug.cgi?id=13523
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Richard Smith <[email protected]> 2012-08-03 17:09:48 CDT --- 3.1 with assertions disabled produces this lovely message, showing which diagnostic had the problem: reduced-QualType.ii:72:12: note: copy assignment operator of 0 is implicitly deleted This is already fixed in trunk: reduced-QualType.ii:72:12: note: copy assignment operator of 'EE<2>' is implicitly deleted because field 'b' is of reference type 'const SV &' (aka 'const FieldVector<double, 2> &') -- 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
