summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/min_allocator.h
Commit message (Collapse)AuthorAgeFilesLines
* There were two identical files named 'min_allocator.h'. Move one of them to ↵Marshall Clow2013-11-261-252/+0
| | | | | | /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. llvm-svn: 195785
* Implement full support for non-pointer pointers in custom allocators for vector.Howard Hinnant2013-06-271-24/+8
| | | | llvm-svn: 185093
* Implement full support for non-pointer types in custom allocators. This is ↵Howard Hinnant2013-06-191-0/+268
for the associative containers only. This work still needs to be done on the unordered and sequence containers. Fixes http://llvm.org/bugs/show_bug.cgi?id=15978 llvm-svn: 184358
OpenPOWER on IntegriCloud