[libcxx-commits] [PATCH] D131372: [libc++][spaceship] Implement std::variant::operator<=>
Kent Ross via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 9 13:30:05 PDT 2022
mumbleskates updated this revision to Diff 451254.
mumbleskates marked 8 inline comments as done.
mumbleskates added a comment.
- modernize variant three_way test
- _LIBCPP_INLINE_VISIBILITY --> _LIBCPP_HIDE_FROM_ABI, remove unnecessary inlines
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.451254.patch
Type: text/x-patch
Size: 40786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220809/9448e34a/attachment-0001.bin>
More information about the libcxx-commits
mailing list