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/std/containers/unord/unord.multimap/unord.multimap.modifiers
Stephan T. Lavavej c6da5c57fe [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
C++11's [hash.requirements] never required these typedefs from users.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346912 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
clear.pass.cpp Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear(). 6 years ago
emplace.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap 8 years ago
emplace_hint.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap 8 years ago
erase_const_iter.pass.cpp Fix unused parameters and variables 8 years ago
erase_iter_db1.pass.cpp Move test into test/std subdirectory. 10 years ago
erase_iter_db2.pass.cpp Move test into test/std subdirectory. 10 years ago
erase_iter_iter_db1.pass.cpp Move test into test/std subdirectory. 10 years ago
erase_iter_iter_db2.pass.cpp Move test into test/std subdirectory. 10 years ago
erase_iter_iter_db3.pass.cpp Move test into test/std subdirectory. 10 years ago
erase_iter_iter_db4.pass.cpp Move test into test/std subdirectory. 10 years ago
erase_key.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
erase_range.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
extract_iterator.pass.cpp First half of C++17's splicing maps and sets 6 years ago
extract_key.pass.cpp First half of C++17's splicing maps and sets 6 years ago
insert_allocator_requirements.pass.cpp Fix LWG issue 2345 - Add insert(value_type&&) 9 years ago
insert_const_lvalue.pass.cpp [test] Fix Container::insert(value_type const&) tests 7 years ago
insert_hint_const_lvalue.pass.cpp [test] Fix Container::insert(value_type const&) tests 7 years ago
insert_hint_rvalue.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. 8 years ago
insert_init.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap 8 years ago
insert_node_type.pass.cpp First half of C++17's splicing maps and sets 6 years ago
insert_node_type_hint.pass.cpp First half of C++17's splicing maps and sets 6 years ago
insert_range.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
insert_rvalue.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. 8 years ago
merge.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 6 years ago