llvm-project/libcxx/test/std/strings/basic.string/string.modifiers
Eric Fiselier 414d17c67c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.
llvm-svn: 300633
2017-04-19 00:28:44 +00:00
..
string_append Fix PR32642 - string::insert and string::append don't work with move_iterator. 2017-04-15 06:49:02 +00:00
string_assign [libcxx] [test] D27027: Strip trailing whitespace. 2016-11-23 22:03:28 +00:00
string_copy [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". 2016-11-14 17:35:14 +00:00
string_erase Protect exceptional paths under libcpp-no-exceptions 2016-11-01 15:46:16 +00:00
string_insert Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library. 2017-04-19 00:28:44 +00:00
string_op_plus_equal Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
string_replace Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library. 2017-04-19 00:28:44 +00:00
string_swap Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
nothing_to_do.pass.cpp