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.multimap
Howard Hinnant ff7546e974 SCARY/N2913 iterator support between the multi and non-multi versions of the associative and unordered containers. I beleive lack of support for this was accidentally recently introduced (by me) and this is fixing a regression. This time tests are put in to prevent such a regression in the future.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@191692 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
unord.multimap.cnstr LWG Issue 2210 (Part #6): unordered_map and unordered_multimap 12 years ago
unord.multimap.modifiers Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
unord.multimap.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 license change 15 years ago
bucket_size.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 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
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
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
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
scary.pass.cpp SCARY/N2913 iterator support between the multi and non-multi versions of the associative and unordered containers. I beleive lack of support for this was accidentally recently introduced (by me) and this is fixing a regression. This time tests are put in to prevent such a regression in the future. 12 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