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

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 30 05:22:10 PDT 2016


On Thu, Jun 30, 2016 at 06:37:59AM +0000, Eric Fiselier wrote:
> 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.

The bigger question for me would be whether Clang (and/or GCC) supports
them in (extended) C++03 mode.

Joerg


More information about the cfe-commits mailing list