summaryrefslogtreecommitdiffstats
path: root/test/std/containers/unord/unord.multimap/unord.multimap.cnstr
Commit message (Expand)AuthorAgeFilesLines
* fix warnings only produced by apple-clangEric Fiselier2016-12-241-24/+3
* [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-0617-98/+115
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-232-2/+2
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-043-3/+5
* [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-2521-50/+71
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-251-1/+2
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-241-3/+4
* Fix C++03 build.Eric Fiselier2016-06-302-0/+6
* 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-1428-36/+32
* Make the comparison objects that we pass in for various tests look more like ...Marshall Clow2016-06-094-0/+4
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-1212-26/+38
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-284-4/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-2028-0/+4024