gcc/libstdc++-v3/testsuite/21_strings/basic_string_view
Jonathan Wakely f60d7e1c64 libstdc++: Allow explicit conversion of string views with different traits
This was changed by LWG 3857.

libstdc++-v3/ChangeLog:

	* include/std/string_view (basic_string_view(R&&)): Remove
	constraint that traits_type must be the same, as per LWG 3857.
	* testsuite/21_strings/basic_string_view/cons/char/range_c++20.cc:
	Explicit conversion between different specializations should be
	allowed.
	* testsuite/21_strings/basic_string_view/cons/wchar_t/range_c++20.cc:
	Likewise.
2024-02-02 10:18:04 +00:00
..
capacity Update copyright years. 2024-01-03 12:19:35 +01:00
cons libstdc++: Allow explicit conversion of string views with different traits 2024-02-02 10:18:04 +00:00
element_access Update copyright years. 2024-01-03 12:19:35 +01:00
inserters Update copyright years. 2024-01-03 12:19:35 +01:00
literals Update copyright years. 2024-01-03 12:19:35 +01:00
modifiers Update copyright years. 2024-01-03 12:19:35 +01:00
operations Update copyright years. 2024-01-03 12:19:35 +01:00
operators Update copyright years. 2024-01-03 12:19:35 +01:00
range_access Update copyright years. 2024-01-03 12:19:35 +01:00
requirements Update copyright years. 2024-01-03 12:19:35 +01:00
types Update copyright years. 2024-01-03 12:19:35 +01:00
include.cc Update copyright years. 2024-01-03 12:19:35 +01:00
typedefs.cc Update copyright years. 2024-01-03 12:19:35 +01:00