cxx/test/strings/basic.string
2014-03-04 19:17:19 +00:00
..
string.access 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. 2013-11-26 20:58:02 +00:00
string.capacity Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. 2013-12-03 00:18:10 +00:00
string.cons Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. 2013-12-03 00:18:10 +00:00
string.iterators 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. 2013-11-26 20:58:02 +00:00
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 Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. 2013-12-03 00:18:10 +00:00
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 license change 2010-11-16 22:09:02 +00:00
input_iterator.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
test_traits.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
types.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 2013-06-28 16:59:19 +00:00