[Bug libstdc++/96851] operator< on std::array<T, N> does not work in constexpr, for sizeof(T) == 1, and N > 1

milasudril at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun Aug 30 13:15:23 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96851

--- Comment #1 from milasudril at gmail dot com ---
Apparently, std::lexicographical_compare works

https://gcc.godbolt.org/z/E1ETh1


More information about the Gcc-bugs mailing list