Some more C++20 changes from P1614R2, "The Mothership has Landed". * include/bits/slice_array.h (operator==(const slice&, const slice&)): Define for C++20. * include/std/complex (operator==(const T&, const complex&)) (operator!=(const complex&, const complex&)) (operator!=(const complex&, const T&)) (operator!=(const T&, const complex&)): Do not declare for C++20. * testsuite/26_numerics/slice/compare.cc: New test. Tested powerpc64le-linux, committed to master.