You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/containers/sequences/list
Hans Wennborg 6b1958c5ce Merging r278904:
------------------------------------------------------------------------
r278904 | marshall | 2016-08-16 22:58:40 -0700 (Tue, 16 Aug 2016) | 1 line

Support allocators with explicit conversion constructors. Fixes bug #29000
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@279015 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
list.capacity Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
list.cons Merging r278904: 9 years ago
list.modifiers Cleanup _LIBCPP_DEBUG tests in std::list. More to come. 10 years ago
list.ops Finish converting list _LIBCPP_DEBUG tests. 10 years ago
list.special Finish converting list _LIBCPP_DEBUG tests. 10 years ago
allocator_mismatch.fail.cpp Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 10 years ago
incomplete_type.pass.cpp Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_pointer. 10 years ago
iterators.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
types.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago