http://llvm.org/bugs/show_bug.cgi?id=21159
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #3 from Richard Smith <[email protected]> --- Per DR1070, omitted elements in aggregate initialization are copy-list-initialized from {}: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1070 Copy-list-initialization of dumb_ptr is ill-formed. (This wording is all in n3337.) Per DR1301, initialization of an aggregate from a braced-init-list always performs aggregate initialization, even if the list is empty: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1301 -- 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
