gcc/libstdc++-v3/testsuite/21_strings/basic_string_view
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
..
capacity Update copyright years. 2018-01-03 11:03:58 +01:00
cons Decorate string_view members with nonnull attribute 2018-06-15 17:47:55 +01:00
element_access Update copyright years. 2018-01-03 11:03:58 +01:00
inserters 10.cc: Add dg-require-fileio. 2018-08-31 15:09:47 -04:00
literals Update copyright years. 2018-01-03 11:03:58 +01:00
modifiers Update copyright years. 2018-01-03 11:03:58 +01:00
operations Implement P0457R2 String Prefix and Suffix Checking. 2018-11-30 16:26:02 +00:00
operators Update copyright years. 2018-01-03 11:03:58 +01:00
range_access Update copyright years. 2018-01-03 11:03:58 +01:00
requirements Remove dg-require-cstdint directive from tests 2018-07-26 15:02:26 +01:00
types Update copyright years. 2018-01-03 11:03:58 +01:00
include.cc Update copyright years. 2018-01-03 11:03:58 +01:00
typedefs.cc Update copyright years. 2018-01-03 11:03:58 +01:00