[PATCH] D16552: Let clang not error out on `const std::vector<int> empty_vec; ` with libstdc++5.3.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 8 11:43:49 PST 2016


rsmith added a comment.

Can we implement all of DR253 instead? (That is, don't restrict this change to libstdc++'s types.) We don't have precise wording for DR253 yet, but do have the guidance that "if the implicit default constructor initializes all subobjects, no initializer should be required."


http://reviews.llvm.org/D16552





More information about the cfe-commits mailing list