http://llvm.org/bugs/show_bug.cgi?id=12117
Larisse Voufo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Resolution|FIXED |INVALID --- Comment #6 from Larisse Voufo <[email protected]> --- DR1467 appears to actually disallow this, by removing the bullet point in 13.3.3.1 [over.best.ics] paragraph 4 that would allow user conversions to be suppressed: struct A { A(int); }; struct B { B(A); } b{{0}}; See r227224. -- 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
