Re: [PATCH] Implement C++20 P1023 for __debug::array

2019-10-01 Thread Jonathan Wakely
On 30/09/19 22:31 +0200, François Dumont wrote: This is a missing part of C++20 P1023 for __debug::array.     Implement C++20 p1023 - constexpr comparison operators for __debug::array.     * include/debug/array: Add C++20 constexpr to comparison operators.     *

[PATCH] Implement C++20 P1023 for __debug::array

2019-09-30 Thread François Dumont
This is a missing part of C++20 P1023 for __debug::array.     Implement C++20 p1023 - constexpr comparison operators for __debug::array.     * include/debug/array: Add C++20 constexpr to comparison operators.     * testsuite/23_containers/array/tuple_interface/get_debug_neg.cc: Adapt