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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/strings/string.view
Eric Fiselier 050bf66723 Remove non-standard basic_string_view::clear() member.
This patch removes the clear() member from <string_view>. The
modifier was removed from the TS before it ever landed in the standard.
There is no reason libc++ should be providing this method.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302869 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
string.view.access [libcxx] [test] Fix comment typos, strip trailing whitespace. 9 years ago
string.view.capacity [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
string.view.comparison [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
string.view.cons Remove XFAIL in implicit_deduction_guides tests 9 years ago
string.view.find [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
string.view.hash Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 9 years ago
string.view.io Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 9 years ago
string.view.iterators A couple more tests for constexpr stuff in string_view. No changes other than test code. 9 years ago
string.view.modifiers Remove non-standard basic_string_view::clear() member. 9 years ago
string.view.nonmem [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
string.view.ops [libcxx] [test] Fix string_view tests. 9 years ago
string.view.synop Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 9 years ago
string.view.template Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 9 years ago
string_view.literals [libcxx] [test] Fix comment typos, strip trailing whitespace. 9 years ago
traits_mismatch.fail.cpp Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too 9 years ago