llvm-project/libcxx/test/std/thread/futures/futures.promise
Nikolas Klauser 9a140a1586 [libc++] Make test_allocator constexpr-friendly for constexpr string/vector
Make test_allocator etc. constexpr-friendly so they can be used to test constexpr string and possibly constexpr vector

Reviewed By: Quuxplusone, #libc, ldionne

Differential Revision: https://reviews.llvm.org/D110994
2021-11-07 16:15:28 +01:00
..
alloc_ctor.pass.cpp [libc++] Make test_allocator constexpr-friendly for constexpr string/vector 2021-11-07 16:15:28 +01:00
copy_assign.verify.cpp [libc++] Remove workarounds for missing rvalue references 2020-08-12 12:02:28 -04:00
copy_ctor.verify.cpp [libc++] Remove workarounds for missing rvalue references 2020-08-12 12:02:28 -04:00
default.pass.cpp
dtor.pass.cpp
get_future.pass.cpp
move_assign.pass.cpp [libc++] Make test_allocator constexpr-friendly for constexpr string/vector 2021-11-07 16:15:28 +01:00
move_ctor.pass.cpp [libc++] Make test_allocator constexpr-friendly for constexpr string/vector 2021-11-07 16:15:28 +01:00
set_exception.pass.cpp
set_exception_at_thread_exit.pass.cpp [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
set_lvalue.pass.cpp
set_lvalue_at_thread_exit.pass.cpp [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
set_rvalue.pass.cpp
set_rvalue_at_thread_exit.pass.cpp [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
set_value_at_thread_exit_const.pass.cpp [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
set_value_at_thread_exit_void.pass.cpp [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
set_value_const.pass.cpp
set_value_void.pass.cpp
swap.pass.cpp [libc++] Make test_allocator constexpr-friendly for constexpr string/vector 2021-11-07 16:15:28 +01:00
uses_allocator.pass.cpp