[libcxx-commits] [PATCH] D146392: [libc++][spaceship] Implement `operator<=>` for `optional`
Hristo Hristov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 1 03:13:08 PDT 2023
H-G-Hristov created this revision.
Herald added subscribers: mikhail.ramalho, yaxunl.
Herald added a project: All.
H-G-Hristov updated this revision to Diff 506427.
H-G-Hristov added a comment.
H-G-Hristov updated this revision to Diff 507088.
H-G-Hristov edited the summary of this revision.
H-G-Hristov updated this revision to Diff 507520.
H-G-Hristov edited the summary of this revision.
H-G-Hristov edited the summary of this revision.
H-G-Hristov updated this revision to Diff 508060.
H-G-Hristov updated this revision to Diff 508335.
H-G-Hristov updated this revision to Diff 508387.
H-G-Hristov updated this revision to Diff 508513.
H-G-Hristov updated this revision to Diff 509326.
H-G-Hristov updated this revision to Diff 510197.
H-G-Hristov published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
- Updated `SpaceshipProjects.csv`
H-G-Hristov added a comment.
Rebased
H-G-Hristov added a comment.
- Fix CI
H-G-Hristov added a comment.
Fix CI
H-G-Hristov added a comment.
Run CI
H-G-Hristov added a comment.
Run CI
H-G-Hristov added a comment.
- Minor tweak
H-G-Hristov added a comment.
Run CI
H-G-Hristov added a comment.
Rebased
Implements parts of **P1614R2**: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1614r2.html
- Implemented `operator<=>` for `optional`
- Updated "optional synopsis" to match the current draft https://eel.is/c++draft/optional closer
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146392
Files:
libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/optional
libcxx/test/std/utilities/optional/optional.comp_with_t/compare.three_way.pass.cpp
libcxx/test/std/utilities/optional/optional.nullops/compare.three_way.pass.cpp
libcxx/test/std/utilities/optional/optional.relops/compare.three_way.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146392.510197.patch
Type: text/x-patch
Size: 20849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230401/5f9dafd2/attachment-0001.bin>
More information about the libcxx-commits
mailing list