Implements parts of P1614R2:
- Added operator== to slice
Paths
| Differential D152617
[libc++][spaceship] P1614R2: Added `operator==` to `slice` ClosedPublic Authored by H-G-Hristov on Jun 10 2023, 3:59 AM.
Details
Summary Implements parts of P1614R2:
Diff Detail
Event TimelineComment Actions Thanks for working on this! I would like to land D152297 first for this one too. But this needs some addition work.
This revision is now accepted and ready to land.Jun 11 2023, 5:04 AM Closed by commit rGf877e88c354e: [libc++][spaceship] P1614R2: Added `operator==` to `slice` (authored by Zingam). · Explain WhyJun 11 2023, 9:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 530309 libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/valarray
libcxx/test/std/numerics/numarray/class.slice/slice.ops/slice.ops.pass.cpp
|
Note this function should be a hidden friend per http://eel.is/c++draft/hidden.friends.