[libcxx-commits] [PATCH] D131372: [libc++][spaceship] Implement std::variant::operator<=>

Kent Ross via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 12 12:54:43 PDT 2022


mumbleskates updated this revision to Diff 452279.
mumbleskates added a comment.

- re-add possibly less confusing assert to testComparisons that does not reference a parameter it doesn't have
- Merge branch 'main' into variant
- add sfinae tests for variant::operator<=>
- variant::operator<=> does NOT require three_way_comparable for its types in the standard


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131372

Files:
  libcxx/docs/Status/SpaceshipProjects.csv
  libcxx/include/__variant/monostate.h
  libcxx/include/variant
  libcxx/test/std/utilities/variant/variant.monostate.relops/relops.pass.cpp
  libcxx/test/std/utilities/variant/variant.relops/three_way.pass.cpp
  libcxx/test/support/test_comparisons.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131372.452279.patch
Type: text/x-patch
Size: 50963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220812/a235bfd9/attachment-0001.bin>


More information about the libcxx-commits mailing list