gcc/libstdc++-v3/include/c_global
Jonathan Wakely 4bdb9d618d libstdc++: Enable type traits for wchar_t unconditionally [PR98725]
None of these traits depend on libc support for wchar_t, so they should
be defined unconditionally. The wchar_t type is always defined in C++.

libstdc++-v3/ChangeLog:

	PR libstdc++/98725
	* include/c_global/cstddef [!_GLIBCXX_USE_WCHAR_T]
	(__byte_operand<wchar_t>): Define specialization.
	* include/std/type_traits (__make_signed<wchar_t>)
	(__make_unsigned<wchar_t>): Remove redundant check for
	__WCHAR_TYPE__ being defined.
	* include/tr1/type_traits [!_GLIBCXX_USE_WCHAR_T]
	(__is_integral_helper<wchar_t>): Likewise.
2021-10-09 00:57:49 +01:00
..
cassert Update copyright years. 2021-01-04 10:26:59 +01:00
ccomplex Update copyright years. 2021-01-04 10:26:59 +01:00
cctype Update copyright years. 2021-01-04 10:26:59 +01:00
cerrno Update copyright years. 2021-01-04 10:26:59 +01:00
cfenv Update copyright years. 2021-01-04 10:26:59 +01:00
cfloat Update copyright years. 2021-01-04 10:26:59 +01:00
cinttypes Update copyright years. 2021-01-04 10:26:59 +01:00
ciso646 Update copyright years. 2021-01-04 10:26:59 +01:00
climits Update copyright years. 2021-01-04 10:26:59 +01:00
clocale Update copyright years. 2021-01-04 10:26:59 +01:00
cmath libstdc++: Add additional overload of std::lerp [PR101870] 2021-08-12 19:46:16 +01:00
csetjmp Update copyright years. 2021-01-04 10:26:59 +01:00
csignal Update copyright years. 2021-01-04 10:26:59 +01:00
cstdalign Update copyright years. 2021-01-04 10:26:59 +01:00
cstdarg Update copyright years. 2021-01-04 10:26:59 +01:00
cstdbool Update copyright years. 2021-01-04 10:26:59 +01:00
cstddef libstdc++: Enable type traits for wchar_t unconditionally [PR98725] 2021-10-09 00:57:49 +01:00
cstdint Update copyright years. 2021-01-04 10:26:59 +01:00
cstdio Update copyright years. 2021-01-04 10:26:59 +01:00
cstdlib Update copyright years. 2021-01-04 10:26:59 +01:00
cstring Update copyright years. 2021-01-04 10:26:59 +01:00
ctgmath Update copyright years. 2021-01-04 10:26:59 +01:00
ctime Update copyright years. 2021-01-04 10:26:59 +01:00
cuchar Update copyright years. 2021-01-04 10:26:59 +01:00
cwchar Update copyright years. 2021-01-04 10:26:59 +01:00
cwctype Update copyright years. 2021-01-04 10:26:59 +01:00