Implements parts of P1614R2. Removed operator!= from:
- weekday
- weekday_indexed
- weekday_last
- month_weekday
- month_weekday_last
- year_month_weekday
- year_month_weekday_last
Note these operators were added and removed in C++20.
Paths
| Differential D152699
[libc++][spaceship] P1614R2: Removed `operator!=` from `weekday`s ClosedPublic Authored by H-G-Hristov on Jun 12 2023, 4:32 AM.
Details
Summary Implements parts of P1614R2. Removed operator!= from:
Note these operators were added and removed in C++20.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 12 2023, 9:26 AM Closed by commit rG0029ad89e8c7: [libc++][spaceship] P1614R2: Removed `operator!=` from `weekday`s (authored by Zingam). · Explain WhyJun 12 2023, 12:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 530634 libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/__chrono/month_weekday.h
libcxx/include/__chrono/weekday.h
libcxx/include/__chrono/year_month_weekday.h
libcxx/include/chrono
|