gcc/libstdc++-v3/testsuite/ext
Jonathan Wakely feb6a2d356
libstdc++: Use char for _Utf8_view if char8_t isn't available [PR114519]
Instead of just omitting the definition of __unicode::_Utf8_view when
char8_t is disabled, we can make it use char instead.

libstdc++-v3/ChangeLog:

	PR libstdc++/114519
	* include/bits/unicode.h (_Utf8_view) [!__cpp_char8_t]: Define
	using char instead of char8_t.
	* testsuite/ext/unicode/view.cc: Use u8""sv literals to create
	string views, instead of std::u8string_view.
2024-04-08 17:44:18 +01:00
..
bitmap_allocator Update copyright years. 2024-01-03 12:19:35 +01:00
char8_t
codecvt Update copyright years. 2024-01-03 12:19:35 +01:00
concurrence_lock_error Update copyright years. 2024-01-03 12:19:35 +01:00
concurrence_unlock_error Update copyright years. 2024-01-03 12:19:35 +01:00
debug_allocator Update copyright years. 2024-01-03 12:19:35 +01:00
enc_filebuf Update copyright years. 2024-01-03 12:19:35 +01:00
ext_pointer Update copyright years. 2024-01-03 12:19:35 +01:00
forced_error Update copyright years. 2024-01-03 12:19:35 +01:00
iota Update copyright years. 2024-01-03 12:19:35 +01:00
is_heap libstdc++: Add nodiscard in <algorithm> 2024-03-14 16:58:15 +00:00
is_sorted libstdc++: Add nodiscard in <algorithm> 2024-03-14 16:58:15 +00:00
malloc_allocator Update copyright years. 2024-01-03 12:19:35 +01:00
mt_allocator Update copyright years. 2024-01-03 12:19:35 +01:00
new_allocator Update copyright years. 2024-01-03 12:19:35 +01:00
numeric_traits Update copyright years. 2024-01-03 12:19:35 +01:00
pb_ds Update copyright years. 2024-01-03 12:19:35 +01:00
pool_allocator Update copyright years. 2024-01-03 12:19:35 +01:00
random Update copyright years. 2024-01-03 12:19:35 +01:00
rope Update copyright years. 2024-01-03 12:19:35 +01:00
shared_ptr Update copyright years. 2024-01-03 12:19:35 +01:00
slist Update copyright years. 2024-01-03 12:19:35 +01:00
special_functions Update copyright years. 2024-01-03 12:19:35 +01:00
stdio_filebuf Update copyright years. 2024-01-03 12:19:35 +01:00
stdio_sync_filebuf Update copyright years. 2024-01-03 12:19:35 +01:00
throw_allocator Update copyright years. 2024-01-03 12:19:35 +01:00
throw_value Update copyright years. 2024-01-03 12:19:35 +01:00
type_traits Update copyright years. 2024-01-03 12:19:35 +01:00
unicode libstdc++: Use char for _Utf8_view if char8_t isn't available [PR114519] 2024-04-08 17:44:18 +01:00
vstring Update copyright years. 2024-01-03 12:19:35 +01:00
concept_checks.cc libstdc++: Add nodiscard in <algorithm> 2024-03-14 16:58:15 +00:00
headers.cc Update copyright years. 2024-01-03 12:19:35 +01:00
median.cc Update copyright years. 2024-01-03 12:19:35 +01:00
pod_char_traits.cc Update copyright years. 2024-01-03 12:19:35 +01:00