llvm-project/libcxx/test/std/containers/sequences/deque
Eric Fiselier b530a2591b Fix some non-standard parts of our test suite. Reported by STL
llvm-svn: 267131
2016-04-22 10:33:56 +00:00
..
deque.capacity Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00
deque.cons Fix warnings in deque tests 2015-07-19 00:31:54 +00:00
deque.modifiers Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00
deque.special Complete LWG issue #2016. Allocators must be nothrow swappable 2016-04-22 00:15:18 +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
iterators.pass.cpp
types.pass.cpp Add some more tests for the containers type requirements 2016-03-09 17:19:07 +00:00
version.pass.cpp