llvm-project/libcxx/test/std/utilities/memory
Louis Dionne e16f2cb678 [libc++] Take 2: Implement LWG 2510
Summary:
LWG2510 makes tag types like allocator_arg_t explicitly default
constructible instead of implicitly default constructible. It also
makes the constructors for std::pair and std::tuple conditionally
explicit based on the explicit-ness of the default constructibility
for the pair/tuple's elements.

This was previously committed as r372777 and reverted in r372832 due to
the commit breaking LLVM's build in C++14 mode. This issue has now been
addressed.

Reviewers: mclow.lists

Subscribers: christof, jkorous, dexonsmith, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D65161

llvm-svn: 372983
2019-09-26 14:51:10 +00:00
..
allocator.tag [libc++] Take 2: Implement LWG 2510 2019-09-26 14:51:10 +00:00
allocator.traits Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
allocator.uses Support tests in freestanding 2019-02-04 20:31:13 +00:00
c.malloc Support tests in freestanding 2019-02-04 20:31:13 +00:00
default.allocator libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
pointer.conversion Support tests in freestanding 2019-02-04 20:31:13 +00:00
pointer.traits Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
ptr.align Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
specialized.algorithms [libc++] Purge mentions of GCC 4 from the test suite 2019-09-25 19:40:48 +00:00
storage.iterator Support tests in freestanding 2019-02-04 20:31:13 +00:00
temporary.buffer Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
unique.ptr/unique.ptr.special Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
util.dynamic.safety Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
util.smartptr [libc++] Remove C++03 variadics in shared_ptr 2019-09-24 20:55:54 +00:00