[libc++][spaceship] P1614R2: Added `operator==` to `slice`
authorHristo Hristov <zingam@outlook.com>
Sat, 10 Jun 2023 10:58:56 +0000 (13:58 +0300)
committerHristo Hristov <zingam@outlook.com>
Sun, 11 Jun 2023 16:50:31 +0000 (19:50 +0300)
commitf877e88c354eacba1db81b82270ff8c27f000ea6
tree9de8fcf27eb3634dadf44865ac02304ff310359e
parent6c34aab3ff55b7ea4c6bb88544063ef0854d1a49
[libc++][spaceship] P1614R2: Added `operator==` to `slice`

Implements parts of P1614R2:
- Added `operator==` to `slice`

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D152617
libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/valarray
libcxx/test/std/numerics/numarray/class.slice/slice.ops/slice.ops.pass.cpp [new file with mode: 0644]