summaryrefslogtreecommitdiffstats
path: root/test/std/containers/unord/unord.multimap
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* fix warnings only produced by apple-clangEric Fiselier2016-12-241-24/+3
* Fix unused parameters and variablesEric Fiselier2016-12-232-0/+7
* Fix copy/paste errors introduced in r289358Eric Fiselier2016-12-111-8/+8
* Fix undefined behavior in container swap tests.Eric Fiselier2016-12-112-24/+24
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-16/+16
* [libcxx] [test] D27266: Remove spurious semicolons.Stephan T. Lavavej2016-12-061-1/+1
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-0626-260/+286
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-232-2/+2
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-231-12/+31
* [libcxx] [test] D26627: Fix ordering assumptions in unordered container tests.Stephan T. Lavavej2016-11-151-8/+9
* [libcxx] [test] D26624: Fix bucket_count() assumptions.Stephan T. Lavavej2016-11-152-24/+24
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-044-4/+7
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-251-3/+1
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-177-0/+310
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-251-2/+3
* Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-2528-91/+122
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-251-1/+2
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-251-28/+15
* Mark bucket() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-241-2/+3
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-241-3/+4
* Make bucket_count() greater-equal assertions portable. Patch from STL@microso...Eric Fiselier2016-07-241-1/+1
* Mark bucket_size() assertions as non-portible. Patch from STL@microsoft.comEric Fiselier2016-07-241-14/+15
* Fix static assert problem on gcc; remove XFAILs that I put in in r274250Marshall Clow2016-06-301-2/+0
* Fix C++03 build.Eric Fiselier2016-06-302-0/+6
* Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow2016-06-301-0/+2
* Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow2016-06-302-0/+58
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-261-2/+3
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1461-71/+67
* Make the comparison objects that we pass in for various tests look more like ...Marshall Clow2016-06-095-2/+6
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-013-8/+8
* Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier2016-04-221-3/+3
* Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier2016-04-183-12/+54
* Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier2016-04-151-79/+2
* Update container_test_types.h and cleanup the related testsEric Fiselier2016-03-311-6/+1
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-111-0/+108
* Recommit r260012 - Cleanup node-type handling in the unordered containers.Eric Fiselier2016-02-101-0/+37
* Revert r260012 due to __gnu_cxx::hash_map breakageEric Fiselier2016-02-081-37/+0
* Cleanup node-type handling in the unordered containersEric Fiselier2016-02-071-0/+37
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-1214-29/+43
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-261-0/+18
* Remove undefined behavior from tests; specifically, ensure that the value typ...Marshall Clow2015-11-241-12/+12
* Fix compile error in test. Can't use `operator[]` for multimap.Marshall Clow2015-11-161-1/+1
* More tests for LWG#2156Marshall Clow2015-11-161-0/+16
* LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Ad...Marshall Clow2015-11-161-0/+12
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-4/+129
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-101-0/+23
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-287-7/+7
* Move test into test/std subdirectory.Eric Fiselier2014-12-2075-0/+9791