gcc/libstdc++-v3/testsuite/21_strings/basic_string
Edward Smith-Rowland 5bd624fbde Implement P0457R2 String Prefix and Suffix Checking.
2018-11-30  Edward Smith-Rowland  <3dw4rd@verizon.net>

	Implement P0457R2 String Prefix and Suffix Checking.
	* include/bits/basic_string.h: Add starts_with, ends_with members.
	* include/std/string_view: Ditto.
	* testsuite/21_strings/basic_string/operations/starts_with/
	char/1.cc: New test.
	* testsuite/21_strings/basic_string/operations/starts_with/
	wchar_t/1.cc: New test.
	* testsuite/21_strings/basic_string/operations/ends_with/
	char/1.cc: New test.
	* testsuite/21_strings/basic_string/operations/ends_with/
	wchar_t/1.cc: New test.
	* testsuite/21_strings/basic_string_view/operations/starts_with/
	char/1.cc: New test.
	* testsuite/21_strings/basic_string_view/operations/starts_with/
	wchar_t/1.cc: New test.
	* testsuite/21_strings/basic_string_view/operations/ends_with/
	char/1.cc: New test.
	* testsuite/21_strings/basic_string_view/operations/ends_with/
	wchar_t/1.cc: New test.

From-SVN: r266674
2018-11-30 16:26:02 +00:00
..
allocator PR libstdc++/58265 implement LWG 2063 for COW strings 2018-07-05 16:56:06 +01:00
capacity
cons Add xfail-if to some tests that fail with COW strings 2018-07-05 18:03:14 +01:00
debug functions.h (__gnu_debug::__check_string): Move... 2018-07-06 17:02:33 +00:00
element_access
inserters_extractors 10.cc: Add dg-require-fileio. 2018-08-31 15:09:47 -04:00
literals
modifiers PR libstdc++/87749 fix (and optimize) string move construction 2018-10-25 16:34:04 +01:00
numeric_conversions
operations Implement P0457R2 String Prefix and Suffix Checking. 2018-11-30 16:26:02 +00:00
operators
range_access
requirements Remove dg-require-cstdint directive from tests 2018-07-26 15:02:26 +01:00
types PR libstdc++/87061 remove pmr type aliases for COW strings 2018-08-22 23:54:33 +01:00
40160.cc
56166.cc
79162.cc
dr2268.cc
erasure.cc Pre-emptively support P0646R1 for std container erasure. 2018-11-30 16:12:13 +00:00
init-list.cc Fix testsuite failures for __gnu_debug::string with old ABI 2018-08-23 11:51:52 +01:00
lwg2758.cc
lwg2946.cc
pthread4.cc
pthread18185.cc
pthread33394.cc