Implements parts of P1612R2:
- Removed operator!= from bitset
Paths
| Differential D152611
[libc++][spaceship] P1612R2: Removed `operator!=` from `bitset` ClosedPublic Authored by H-G-Hristov on Jun 10 2023, 12:31 AM.
Details
Summary Implements parts of P1612R2:
Diff Detail
Event TimelineComment Actions In general LGTM, but I would like to land D152297 first and directly update the status page. This revision now requires changes to proceed.Jun 10 2023, 6:03 AM Comment Actions
Thank you for the review!
This revision is now accepted and ready to land.Jun 11 2023, 5:00 AM Closed by commit rG7c96cd35bf5d: [libc++][spaceship] P1612R2: Removed `operator!=` from `bitset` (authored by Zingam). · Explain WhyJun 11 2023, 11:26 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 530392 libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/bitset
|
It's a bit weird to become constexpr when it's removed. Please remove the constexpr here.