summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/multimap
Commit message (Expand)AuthorAgeFilesLines
...
* Make the comparison objects that we pass in for various tests look more like ...Marshall Clow2016-06-095-5/+6
* Avoid Shadowing warnings in the associative containers tests. Thanks to STL f...Marshall Clow2016-06-071-2/+2
* [libcxx] Fix c++98 test failures.Asiri Rathnayake2016-06-035-5/+5
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0122-68/+68
* 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-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
* Cleanup node-type handling in the associative containers.Eric Fiselier2016-02-201-0/+29
* 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
* 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-245-15/+20
* Fix warnings in array and assoc containersEric Fiselier2015-07-181-0/+1
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-0/+88
* Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...Marshall Clow2015-06-3025-1/+832
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-101-0/+22
* Allow declaration of map and multimap iterator with incomplete mapped type. P...Eric Fiselier2015-03-031-0/+29
* Remove use of zero length arrays in tests. Get tests passing with -pedantic-e...Eric Fiselier2015-02-102-64/+16
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-289-9/+9
* Fix PR22366. When move-constructing an associative container and explicitly p...Marshall Clow2015-01-281-0/+48
* Move test into test/std subdirectory.Eric Fiselier2014-12-2047-0/+5455
OpenPOWER on IntegriCloud