[libcxx-commits] [PATCH] D62103: Update shared_ptr tests to match the standard

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 23 08:09:01 PDT 2019


mclow.lists added a comment.

Zoe - you're not running these tests sufficiently.  
They fail under c++03, c++11 and c++14

- `min_allocator` is a c++11-specific test tool.
- `void_t` is not available until C++17
- `static_assert` w/o a message is a C++17 thing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62103/new/

https://reviews.llvm.org/D62103





More information about the libcxx-commits mailing list