[libcxx-commits] [PATCH] D152699: [libc++][spaceship] P1614R2: Removed `operator!=` from `weekday`s
Hristo Hristov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 12 07:57:37 PDT 2023
H-G-Hristov created this revision.
Herald added a subscriber: yaxunl.
Herald added a project: All.
H-G-Hristov updated this revision to Diff 530463.
H-G-Hristov added a comment.
H-G-Hristov edited the summary of this revision.
H-G-Hristov published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Rebased + implementation
Implements parts of P1614R2. Removed `operator!=` from:
- `weekday`
- `weekday_indexed`
- `weekday_last`
- `month_weekday`
- `month_weekday_last`
- `year_month_weekday`
- `year_month_weekday_last`
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152699
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152699.530463.patch
Type: text/x-patch
Size: 8159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230612/ad0bc565/attachment.bin>
More information about the libcxx-commits
mailing list