summaryrefslogtreecommitdiff
path: root/test/std/containers/associative/multimap/multimap.modifiers
AgeCommit message (Expand)Author
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-04-18Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier
2016-04-15Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier
2016-03-31Teach __tree how to handle map's __value_typeEric Fiselier
2016-01-05Add explicit include directives; the file was getting implicitly included alr...Marshall Clow
2016-01-05First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...Marshall Clow
2015-05-10Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow
2015-01-28We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier