[libcxx-commits] [PATCH] D131372: Implement std::variant::operator<=>
Kent Ross via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 7 19:23:55 PDT 2022
mumbleskates updated this revision to Diff 450684.
mumbleskates marked 2 inline comments as done.
mumbleskates added a comment.
- delete dead test function
- use a result type alias
- also implement std::monostate::operator<=>
- update spaceship projects
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131372.450684.patch
Type: text/x-patch
Size: 10389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220808/9214143a/attachment.bin>
More information about the libcxx-commits
mailing list