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/strings/basic.string/string.cons
Howard Hinnant 9dcdcdee25 Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@185167 91177308-0d34-0410-b5e6-96231b3b80d8
13 years ago
..
alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
char_assignment.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
copy.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
copy_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
copy_assignment.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
default_noexcept.pass.cpp Bring noexcept for <string> inline with other containers. 15 years ago
dtor_noexcept.pass.cpp Bring noexcept for <string> inline with other containers. 15 years ago
initializer_list.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
initializer_list_assignment.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
iter_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
move.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
move_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
move_assign_noexcept.pass.cpp Bring noexcept for <string> inline with other containers. 15 years ago
move_assignment.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
move_noexcept.pass.cpp Bring noexcept for <string> inline with other containers. 15 years ago
pointer_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
pointer_assignment.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
pointer_size_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
size_char_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago
substr.pass.cpp Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 13 years ago