hanchenye-llvm-project/libcxx/test/strings/basic.string
Marshall Clow 3dd8846840 Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report
llvm-svn: 213269
2014-07-17 15:32:20 +00:00
..
string.access
string.capacity
string.cons Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report 2014-07-17 15:32:20 +00:00
string.iterators
string.modifiers Implement LWG #2268: Setting a default argument in the declaration of a member function assign of std::basic_string. 2014-03-04 19:17:19 +00:00
string.nonmembers
string.ops Implement LWG #2268: Setting a default argument in the declaration of a member function assign of std::basic_string. 2014-03-04 19:17:19 +00:00
string.require
input_iterator.h
test_traits.h
types.pass.cpp