[libcxx-commits] [PATCH] D107721: Implement std::pair::operator<=>
Kent Ross via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 8 17:59:06 PDT 2021
mumbleskates created this revision.
mumbleskates added a reviewer: cjdb.
Herald added a subscriber: mgorny.
mumbleskates requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Implements synth-three-way and three way comparison for std::pair. This patch consists code out of scope, as the relevant portions are blocked on the modularisation of the concepts library and the implementation of the std::three_way_comparable_with concept.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107721
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__compare/__synthesized.h
libcxx/include/__concepts/comparison.h
libcxx/include/__utility/pair.h
libcxx/include/concepts
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107721.365053.patch
Type: text/x-patch
Size: 12250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210809/7c4e2bdf/attachment.bin>
More information about the libcxx-commits
mailing list