summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/multiset
Commit message (Collapse)AuthorAgeFilesLines
...
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the ↵Marshall Clow2015-11-261-0/+18
| | | | | | allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. llvm-svn: 254119
* Fix warnings in array and assoc containersEric Fiselier2015-07-181-0/+1
| | | | llvm-svn: 242629
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. ↵Marshall Clow2015-07-131-0/+88
| | | | | | This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. llvm-svn: 242056
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-101-0/+22
| | | | llvm-svn: 236950
* Remove use of zero length arrays in tests. Get tests passing with ↵Eric Fiselier2015-02-102-48/+12
| | | | | | -pedantic-errors llvm-svn: 228706
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ↵Marshall Clow2015-01-289-9/+9
| | | | | | support/, remove the other, and update all the tests that included them. No functionality change. llvm-svn: 227370
* Fix PR22366. When move-constructing an associative container and explicitly ↵Marshall Clow2015-01-281-0/+46
| | | | | | passing an allocator that compares different, we were not calling the destructor of the elements in the moved-from container. llvm-svn: 227359
* Move test into test/std subdirectory.Eric Fiselier2014-12-2047-0/+4659
llvm-svn: 224658
OpenPOWER on IntegriCloud