[PATCH] D21637: [libcxx] Don't use pthread initializers in constexpr constructors

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 29 23:37:59 PDT 2016


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





More information about the cfe-commits mailing list