You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/strings/basic.string/string.cons
Marshall Clow c912c0ce7c While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@239004 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
alloc.pass.cpp More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come. 11 years ago
char_assignment.pass.cpp Move test into test/std subdirectory. 11 years ago
copy.pass.cpp Move test into test/std subdirectory. 11 years ago
copy_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
copy_assignment.pass.cpp Move test into test/std subdirectory. 11 years ago
default_noexcept.pass.cpp While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard 11 years ago
dtor_noexcept.pass.cpp Move test into test/std subdirectory. 11 years ago
initializer_list.pass.cpp Move test into test/std subdirectory. 11 years ago
initializer_list_assignment.pass.cpp Move test into test/std subdirectory. 11 years ago
iter_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
move.pass.cpp Move test into test/std subdirectory. 11 years ago
move_alloc.pass.cpp More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come. 11 years ago
move_assign_noexcept.pass.cpp Move test into test/std subdirectory. 11 years ago
move_assignment.pass.cpp Move test into test/std subdirectory. 11 years ago
move_noexcept.pass.cpp More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come. 11 years ago
pointer_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
pointer_assignment.pass.cpp Move test into test/std subdirectory. 11 years ago
pointer_size_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
size_char_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
substr.pass.cpp Move test into test/std subdirectory. 11 years ago