llvm-project/libcxx/test/std/containers/sequences
Louis Dionne 37f46650c3 [libc++] Make sure that vector copy-construction is disabled for non-copyable types
The Standard requires the value_type of the vector to be Cpp17CopyInsertable
in order for copy-construction to be enabled:

	http://eel.is/c++draft/container.requirements#tab:container.req

rdar://problem/56674564

Differential Revision: https://reviews.llvm.org/D74251
2020-02-11 17:12:16 +01:00
..
array Reland [libc++] [P0325] Implement to_array from LFTS with updates. 2020-01-31 11:47:18 +01:00
deque [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
forwardlist [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
list [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
vector [libc++] Make sure that vector copy-construction is disabled for non-copyable types 2020-02-11 17:12:16 +01:00
vector.bool [libcxx] [test] Don't assert that moved-from containers with non-POCMA allocators are empty. 2020-01-22 21:15:16 -08:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00