summaryrefslogtreecommitdiffstats
path: root/test/std/containers/unord/unord.multimap/unord.multimap.modifiers
Commit message (Expand)AuthorAgeFilesLines
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1410-12/+12
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* 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
* 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-282-2/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2018-0/+1882