Re: [PATCH] Relocate std::endian from to

2019-07-26 Thread Jonathan Wakely
On 26/07/19 14:32 +0100, Jonathan Wakely wrote: 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/

[PATCH] Relocate std::endian from to

2019-07-26 Thread Jonathan Wakely
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_numeri