You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/containers/unord/unord.set
Marshall Clow bd444af850 Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got missed when I went on vacation
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@191705 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
unord.set.cnstr Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got missed when I went on vacation 12 years ago
unord.set.swap Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
bucket.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
bucket_count.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
bucket_size.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
clear.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
count.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
db_iterators_7.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_iterators_8.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_local_iterators_7.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_local_iterators_8.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
emplace.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
emplace_hint.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
eq.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
equal_range_const.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
equal_range_non_const.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
erase_const_iter.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
erase_iter_db1.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
erase_iter_db2.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
erase_iter_iter_db1.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
erase_iter_iter_db2.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
erase_iter_iter_db3.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
erase_iter_iter_db4.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
erase_key.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
erase_range.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
find_const.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
find_non_const.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
insert_const_lvalue.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
insert_hint_const_lvalue.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
insert_hint_rvalue.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
insert_init.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
insert_range.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
insert_rvalue.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
iterators.fail.cpp license change 15 years ago
iterators.pass.cpp N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests 12 years ago
load_factor.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
local_iterators.fail.cpp license change 15 years ago
local_iterators.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
max_bucket_count.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
max_load_factor.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
max_size.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
rehash.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
reserve.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
swap_member.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
types.pass.cpp Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 13 years ago
version.pass.cpp license change 15 years ago