summaryrefslogtreecommitdiffstats
path: root/libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-239/+0
| | | | llvm-svn: 224658
* There were two identical files named 'min_allocator.h'. Move one of them to ↵Marshall Clow2013-11-264-4/+4
| | | | | | /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 ↵Howard Hinnant2013-06-284-0/+81
| | | | | | string. This completes the custom pointer support for the entire library. llvm-svn: 185167
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-2/+2
| | | | llvm-svn: 137522
* test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it.Michael J. Spencer2010-12-084-0/+158
llvm-svn: 121265
OpenPOWER on IntegriCloud