EricWF requested changes to this revision. EricWF added a comment. This revision now requires changes to proceed.
C++03 does not support default member initializers but libc++ provides both of these classes an extensions in C++03. C++03 also does not support defaulted special members. I think the current patch looks good for C++11, but a fallback implementation is needed for C++03. http://reviews.llvm.org/D21637 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits