Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add static_assert to set/multiset/map/multimap/forward_list/deque that the ↵ | Marshall Clow | 2015-11-26 | 1 | -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 containers | Eric Fiselier | 2015-07-18 | 1 | -0/+1 | |
| | | | | llvm-svn: 242629 | |||||
* | Implement the first part of N4258: 'Cleaning up noexcept in the Library'. ↵ | Marshall Clow | 2015-07-13 | 1 | -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::erase | Marshall Clow | 2015-05-10 | 1 | -0/+22 | |
| | | | | llvm-svn: 236950 | |||||
* | Remove use of zero length arrays in tests. Get tests passing with ↵ | Eric Fiselier | 2015-02-10 | 2 | -48/+12 | |
| | | | | | | -pedantic-errors llvm-svn: 228706 | |||||
* | We had two identical files named 'MoveOnly.h' in the test suite. Move one to ↵ | Marshall Clow | 2015-01-28 | 9 | -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 Clow | 2015-01-28 | 1 | -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 Fiselier | 2014-12-20 | 47 | -0/+4659 | |
llvm-svn: 224658 |