[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
Sun May 14 02:47:27 PDT 2023


H-G-Hristov updated this revision to Diff 521982.
H-G-Hristov added a comment.

- Addressed comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148416/new/

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/multiset/multiset.nonmember/compare.three_way.verify.cpp
  libcxx/test/std/containers/associative/set/set.nonmember/compare.three_way.pass.cpp
  libcxx/test/std/containers/associative/set/set.nonmember/compare.three_way.verify.cpp
  libcxx/test/support/test_comparisons.h
  libcxx/test/support/test_container_comparisons.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148416.521982.patch
Type: text/x-patch
Size: 19868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230514/e18c11ed/attachment-0001.bin>


More information about the libcxx-commits mailing list