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
Marshall Clow de0811ac71 Fix the definitions of 'reference' and 'pointer' in string_view that no one uses :-). Thanks to K-ballo for the catch.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@321188 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
string.view.access Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 8 years ago
string.view.capacity More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big. 8 years ago
string.view.comparison [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
string.view.cons Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits 8 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 P0457R2: 'String Prefix and Suffix Checking' for c++2a 8 years ago
string_view.literals Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K for the bug report. 8 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
types.pass.cpp Fix the definitions of 'reference' and 'pointer' in string_view that no one uses :-). Thanks to K-ballo for the catch. 8 years ago