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/string.view/string.view.template
Marshall Clow 46b4ad5400 Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319687 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
ends_with.char.pass.cpp Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a 7 years ago
ends_with.ptr.pass.cpp Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a 7 years ago
ends_with.string_view.pass.cpp Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a 7 years ago
nothing_to_do.pass.cpp Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 8 years ago
starts_with.char.pass.cpp Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a 7 years ago
starts_with.ptr.pass.cpp Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a 7 years ago
starts_with.string_view.pass.cpp Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a 7 years ago