llvm-project/libcxx/test/std/containers/unord/unord.set
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.set.cnstr
unord.set.swap Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 2015-07-13 20:04:56 +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
clear.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
emplace.pass.cpp
emplace_hint.pass.cpp
eq.pass.cpp
equal_range_const.pass.cpp
equal_range_non_const.pass.cpp
erase_const_iter.pass.cpp Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase 2015-05-10 13:35:00 +00:00
erase_iter_db1.pass.cpp
erase_iter_db2.pass.cpp
erase_iter_iter_db1.pass.cpp
erase_iter_iter_db2.pass.cpp
erase_iter_iter_db3.pass.cpp
erase_iter_iter_db4.pass.cpp
erase_key.pass.cpp
erase_range.pass.cpp
find_const.pass.cpp
find_non_const.pass.cpp
insert_const_lvalue.pass.cpp
insert_hint_const_lvalue.pass.cpp
insert_hint_rvalue.pass.cpp
insert_init.pass.cpp
insert_range.pass.cpp
insert_rvalue.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 More tests for LWG#2156 2015-11-16 22:18:36 +00:00
swap_member.pass.cpp
types.pass.cpp
version.pass.cpp