[all-commits] [llvm/llvm-project] f8b5ac: [libc++][spaceship] Implement `operator<=>` for `m...
Hristo Hristov via All-commits
all-commits at lists.llvm.org
Sun May 28 23:00:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8b5ac34adb9d6e60202d8cc92d9c3cd02806c66
https://github.com/llvm/llvm-project/commit/f8b5ac34adb9d6e60202d8cc92d9c3cd02806c66
Author: Hristo Hristov <zingam at outlook.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M libcxx/include/set
A libcxx/test/std/containers/associative/multiset/multiset.nonmember/compare.three_way.pass.cpp
A libcxx/test/std/containers/associative/multiset/multiset.nonmember/compare.three_way.verify.cpp
A libcxx/test/std/containers/associative/set/set.nonmember/compare.three_way.pass.cpp
A libcxx/test/std/containers/associative/set/set.nonmember/compare.three_way.verify.cpp
M libcxx/test/support/test_comparisons.h
M libcxx/test/support/test_container_comparisons.h
Log Message:
-----------
[libc++][spaceship] Implement `operator<=>` for `multiset` and `set`
Implements parts of P1614R2
Implemented `operator<=>` for `multiset` and `set`
Reviewed By: #libc, Mordante
Differential Revision: https://reviews.llvm.org/D148416
More information about the All-commits
mailing list