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

Kent Ross via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 11 13:23:39 PDT 2022


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

- assert return value types and simplify order value expressions
- add TEST_NODISCARD macro
- use TEST_NODISCARD
- formatting


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
  libcxx/test/support/test_macros.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131372.451963.patch
Type: text/x-patch
Size: 49583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220811/5939cd26/attachment-0001.bin>


More information about the libcxx-commits mailing list