summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/unord
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix warnings in unordered_mapEric Fiselier2015-07-1928-85/+39
| | | | llvm-svn: 242634
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. ↵Marshall Clow2015-07-134-12/+513
| | | | | | This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. llvm-svn: 242056
* The rest of N4279 and LWG#2464 - for unordered_mapMarshall Clow2015-07-072-0/+393
| | | | llvm-svn: 241555
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-104-0/+92
| | | | llvm-svn: 236950
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ↵Marshall Clow2015-01-2830-30/+30
| | | | | | support/, remove the other, and update all the tests that included them. No functionality change. llvm-svn: 227370
* Move test into test/std subdirectory.Eric Fiselier2014-12-20303-0/+34349
llvm-svn: 224658
OpenPOWER on IntegriCloud