gcc/libstdc++-v3/include/ext
Jonathan Wakely 4997c8b30e libstdc++: Enable vstring for wchar_t unconditionally [PR98725]
None of these vstring specializations depend on libc support for
wchar_t, so can be enabled unconditionally now that char_traits<wchar_t>
is always available.

libstdc++-v3/ChangeLog:

	PR libstdc++/98725
	* include/ext/rc_string_base.h [!_GLIBCXX_USE_WCHAR_T]
	(__rc_string_base<wchar_t>): Define member function.
	* include/ext/vstring.h [!_GLIBCXX_USE_WCHAR_T]
	(hash<__gnu_cxx::__wvstring>): Define specialization.
	* include/ext/vstring_fwd.h [!_GLIBCXX_USE_WCHAR_T] (__wvstring)
	(__wsso_string, __wrc_string): Declare typedefs.
2021-10-09 00:57:49 +01:00
..
pb_ds libstdc++: Fix null dereference in pb_ds containers 2021-05-04 22:34:20 +01:00
algorithm Update copyright years. 2021-01-04 10:26:59 +01:00
aligned_buffer.h Update copyright years. 2021-01-04 10:26:59 +01:00
alloc_traits.h Update copyright years. 2021-01-04 10:26:59 +01:00
atomicity.h Update copyright years. 2021-01-04 10:26:59 +01:00
bitmap_allocator.h Update copyright years. 2021-01-04 10:26:59 +01:00
cast.h Update copyright years. 2021-01-04 10:26:59 +01:00
cmath Update copyright years. 2021-01-04 10:26:59 +01:00
codecvt_specializations.h Update copyright years. 2021-01-04 10:26:59 +01:00
concurrence.h Update copyright years. 2021-01-04 10:26:59 +01:00
debug_allocator.h Update copyright years. 2021-01-04 10:26:59 +01:00
enc_filebuf.h Update copyright years. 2021-01-04 10:26:59 +01:00
extptr_allocator.h libstdc++: Fix std::allocator<void> for versioned namespace 2021-08-28 14:37:19 +01:00
functional Update copyright years. 2021-01-04 10:26:59 +01:00
iterator Update copyright years. 2021-01-04 10:26:59 +01:00
malloc_allocator.h libstdc++: Fix missing members in std::allocator<void> 2021-05-11 16:11:01 +01:00
memory Update copyright years. 2021-01-04 10:26:59 +01:00
mt_allocator.h Update copyright years. 2021-01-04 10:26:59 +01:00
new_allocator.h libstdc++: Use __builtin_operator_new when available [PR94295] 2021-07-22 14:38:34 +01:00
numeric Update copyright years. 2021-01-04 10:26:59 +01:00
numeric_traits.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
pod_char_traits.h Update copyright years. 2021-01-04 10:26:59 +01:00
pointer.h Update copyright years. 2021-01-04 10:26:59 +01:00
pool_allocator.h Update copyright years. 2021-01-04 10:26:59 +01:00
random libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
random.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
rb_tree Update copyright years. 2021-01-04 10:26:59 +01:00
rc_string_base.h libstdc++: Enable vstring for wchar_t unconditionally [PR98725] 2021-10-09 00:57:49 +01:00
rope libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048] 2021-08-25 22:28:46 +01:00
ropeimpl.h Update copyright years. 2021-01-04 10:26:59 +01:00
slist Update copyright years. 2021-01-04 10:26:59 +01:00
sso_string_base.h Update copyright years. 2021-01-04 10:26:59 +01:00
stdio_filebuf.h Update copyright years. 2021-01-04 10:26:59 +01:00
stdio_sync_filebuf.h libstdc++: Fix build failure for targets without unistd.h 2021-02-09 12:31:52 +00:00
string_conversions.h Update copyright years. 2021-01-04 10:26:59 +01:00
throw_allocator.h libstdc++: Improvements to Doxygen markup 2021-07-01 18:45:48 +01:00
type_traits.h libstdc++: Simplify n-ary arithmetic promotion traits 2021-08-18 14:26:39 +01:00
typelist.h Update copyright years. 2021-01-04 10:26:59 +01:00
vstring_fwd.h libstdc++: Enable vstring for wchar_t unconditionally [PR98725] 2021-10-09 00:57:49 +01:00
vstring_util.h Update copyright years. 2021-01-04 10:26:59 +01:00
vstring.h libstdc++: Enable vstring for wchar_t unconditionally [PR98725] 2021-10-09 00:57:49 +01:00
vstring.tcc Update copyright years. 2021-01-04 10:26:59 +01:00