llvm-project/libcxx/test/std/containers/sequences/forwardlist
Marshall Clow 94f89aeec5 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.
llvm-svn: 254119
2015-11-26 01:24:04 +00:00
..
forwardlist.access
forwardlist.cons Remove undefined behavior from tests; specifically, ensure that the value type of the allocators match the value type of the containers 2015-11-24 22:10:51 +00:00
forwardlist.iter
forwardlist.modifiers Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
forwardlist.ops Fix warnings in forwardlist 2015-07-19 00:38:37 +00:00
forwardlist.spec Fix warnings in forwardlist 2015-07-19 00:38:37 +00:00
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. 2015-11-26 01:24:04 +00:00
max_size.pass.cpp
types.pass.cpp
version.pass.cpp