Marshall Clow
|
061d0cc4db
|
There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@195785 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-11-26 20:58:02 +00:00 |
|
Howard Hinnant
|
5e57142c59
|
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@189140 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-08-23 20:10:18 +00:00 |
|
Howard Hinnant
|
2c39cbe020
|
Implement full support for non-pointer pointers in custom allocators for vector.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@185093 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-06-27 19:35:32 +00:00 |
|
Howard Hinnant
|
3fbd1dfb24
|
Simply debug mode tests per Dmitri Gribenko's suggestion.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@178026 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-03-26 14:28:25 +00:00 |
|
Howard Hinnant
|
782da33d1c
|
Added debug tests for indexing, pop_back and both forms of erase. Added an improved error message for erasing a single element with end().
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177929 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-03-25 22:12:26 +00:00 |
|