llvm-project/libcxx/test/std/containers/unord/unord.multimap
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
..
unord.multimap.cnstr
unord.multimap.modifiers Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase 2015-05-10 13:35:00 +00:00
unord.multimap.swap 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
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
bucket.pass.cpp
bucket_count.pass.cpp
bucket_size.pass.cpp
count.pass.cpp
db_iterators_7.pass.cpp
db_iterators_8.pass.cpp
db_local_iterators_7.pass.cpp
db_local_iterators_8.pass.cpp
eq.pass.cpp
equal_range_const.pass.cpp
equal_range_non_const.pass.cpp
find_const.pass.cpp
find_non_const.pass.cpp
iterators.fail.cpp
iterators.pass.cpp
load_factor.pass.cpp
local_iterators.fail.cpp
local_iterators.pass.cpp
max_bucket_count.pass.cpp
max_load_factor.pass.cpp
max_size.pass.cpp
rehash.pass.cpp LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Add tests to make sure we meet these requirements. Since we met the stricter ones, no code change needed to meet the looser ones. 2015-11-16 16:42:16 +00:00
reserve.pass.cpp Fix compile error in test. Can't use `operator[]` for multimap. 2015-11-16 23:40:27 +00:00
scary.pass.cpp
swap_member.pass.cpp
types.pass.cpp