gcc/libstdc++-v3/include
Jonathan Wakely 45c7215c1e Relocate std::endian from <type_traits> to <bit>
This change to an early C++2a feature was just approved (P1612R1).

	* include/std/bit (endian): Move definition here as per P1612R1.
	* include/std/type_traits (endian): Remove definition from here.
	* testsuite/20_util/endian/1.cc: Rename to ...
	* testsuite/26_numerics/endian/1.cc: ... here. Adjust header.

From-SVN: r273816
2019-07-25 21:30:25 +01:00
..
backward
bits stl_tempbuf.h (__detail::__return_temporary_buffer): Fix sized deallocation size computation. 2019-07-19 21:14:41 +00:00
c
c_compatibility
c_global Avoid undefined behaviour in std::byte operators (LWG 2950) 2019-06-18 12:39:43 +01:00
c_std
debug
decimal
experimental Define __type_identity_t alias and use for string_view 2019-07-12 12:43:22 +01:00
ext Fix recent regression in __atomic_add_dispatch 2019-07-06 22:16:38 +01:00
parallel
precompiled
pstl pstl_config.h (_PSTL_PRAGMA_SIMD_SCAN, [...]): Define to OpenMP 5.0 pragmas even for GCC 10.0+. 2019-06-25 08:59:12 +02:00
std Relocate std::endian from <type_traits> to <bit> 2019-07-25 21:30:25 +01:00
tr1
tr2
Makefile.am
Makefile.in