8sa1-gcc/libstdc++-v3/testsuite/21_strings/basic_string_view
Jonathan Wakely 7c1006135d libstdc++: Implement string_view range constructor for C++20
This implements the new string_view constructor proposed by P1989R2.
This hasn't been voted into the C++23 draft yet, but it's been reviewed
by LWG and is expected to be approved at the next WG21 meeting.

libstdc++-v3/ChangeLog:

	* include/std/string_view (basic_string_view(Range&&)): Define new
	constructor and deduction guide.
	* testsuite/21_strings/basic_string_view/cons/char/range_c++20.cc: New test.
	* testsuite/21_strings/basic_string_view/cons/wchar_t/range_c++20.cc: New test.
2021-03-22 22:56:04 +00:00
..
capacity Update copyright years. 2021-01-04 10:26:59 +01:00
cons libstdc++: Implement string_view range constructor for C++20 2021-03-22 22:56:04 +00:00
element_access Update copyright years. 2021-01-04 10:26:59 +01:00
inserters Update copyright years. 2021-01-04 10:26:59 +01:00
literals Update copyright years. 2021-01-04 10:26:59 +01:00
modifiers Update copyright years. 2021-01-04 10:26:59 +01:00
operations libstdc++: Add string contains member functions for C++2b 2021-01-27 12:37:36 +00:00
operators Update copyright years. 2021-01-04 10:26:59 +01:00
range_access Update copyright years. 2021-01-04 10:26:59 +01:00
requirements Update copyright years. 2021-01-04 10:26:59 +01:00
types Update copyright years. 2021-01-04 10:26:59 +01:00
include.cc Update copyright years. 2021-01-04 10:26:59 +01:00
typedefs.cc Update copyright years. 2021-01-04 10:26:59 +01:00