Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | There were two identical files named 'min_allocator.h'. Move one of them to ↵ | Marshall Clow | 2013-11-26 | 1 | -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 Hinnant | 2013-06-27 | 1 | -24/+8 |
| | | | | llvm-svn: 185093 | ||||
* | Implement full support for non-pointer types in custom allocators. This is ↵ | Howard Hinnant | 2013-06-19 | 1 | -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 |