llvm-project/libcxx/test/std/containers/unord/unord.map
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.map.cnstr Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
unord.map.elem Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
unord.map.modifiers Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
unord.map.swap Fix warnings in unordered_map 2015-07-19 03:16:47 +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 Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
bucket_size.pass.cpp
compare.pass.cpp Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
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.pass.cpp
load_factor.pass.cpp Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
local_iterators.pass.cpp
max_bucket_count.pass.cpp Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
max_load_factor.pass.cpp Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
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 More tests for LWG#2156 2015-11-16 22:18:36 +00:00
swap_member.pass.cpp Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
types.pass.cpp
version.pass.cpp