summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/multimap/multimap.modifiers
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3112-0/+12
* Support tests in freestandingJF Bastien2019-02-0418-18/+53
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1918-72/+54
* [libcxx] [test] Include <cassert> for assert().Stephan T. Lavavej2018-11-141-0/+1
* Second half of C++17's splicing maps and setsErik Pilkington2018-10-311-0/+149
* Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...Marshall Clow2018-08-221-1/+4
* First half of C++17's splicing maps and setsErik Pilkington2018-08-014-0/+285
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier2017-04-183-12/+6
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-148-9/+9
* Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier2016-04-185-220/+152
* Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier2016-04-151-78/+2
* Teach __tree how to handle map's __value_typeEric Fiselier2016-03-311-0/+103
* Add explicit include directives; the file was getting implicitly included alr...Marshall Clow2016-01-052-0/+2
* First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...Marshall Clow2016-01-052-2/+63
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-101-0/+22
* 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-2012-0/+1488
OpenPOWER on IntegriCloud