[libcxx-commits] [PATCH] D148416: [libc++][spaceship] Implement `operator<=>` for `multiset` and `set`
Hristo Hristov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 5 12:51:23 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 513868.
H-G-Hristov added a comment.
H-G-Hristov updated this revision to Diff 514732.
H-G-Hristov updated this revision to Diff 515863.
H-G-Hristov updated this revision to Diff 516027.
H-G-Hristov updated this revision to Diff 516028.
H-G-Hristov updated this revision to Diff 516153.
H-G-Hristov updated this revision to Diff 516154.
H-G-Hristov updated this revision to Diff 516187.
H-G-Hristov updated this revision to Diff 519907.
H-G-Hristov published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
- Fixed CI
H-G-Hristov added a comment.
- Fixed CI
H-G-Hristov added a comment.
- Fixed CI
H-G-Hristov added a comment.
Run CI
H-G-Hristov added a comment.
- Fixed CI
H-G-Hristov added a comment.
- Fixed CI
H-G-Hristov added a comment.
- Fixed CI
H-G-Hristov added a comment.
- Fixed CI
H-G-Hristov added a comment.
- Rebased
H-G-Hristov added a comment.
I assume this passed the CI checks, so I'd like to put it for review/discussion as is.
Implements parts of P1614R2
Implemented `operator<=>` for `multiset` and `set`
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148416
Files:
libcxx/include/set
libcxx/test/std/containers/associative/multiset/multiset.nonmember/compare.three_way.pass.cpp
libcxx/test/std/containers/associative/set/set.nonmember/compare.three_way.pass.cpp
libcxx/test/support/test_container_comparisons.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148416.519907.patch
Type: text/x-patch
Size: 12538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230505/594ea187/attachment-0001.bin>
More information about the libcxx-commits
mailing list