[PATCH] D22014: [libcxx] [test] Follow LWG 2520 "N4089 broke initializing unique_ptr<T[]> from a nullptr".

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 24 16:53:32 PDT 2016


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

I see how the wording doesn't require supporting the literal '0', but if you provide a concrete 'std::nullptr_t' parameter your going to allow the conversion from '0'. I think this should probably be clarified in the standard. However I'm fine taking this for now.


https://reviews.llvm.org/D22014





More information about the cfe-commits mailing list