[libcxx-commits] [PATCH] D100429: [libc++][ranges] Add range.cmp: equal_to, not_equal_to, less, etc.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 13 17:28:15 PDT 2021
zoecarver created this revision.
zoecarver added reviewers: cjdb, ldionne, Quuxplusone, EricWF.
zoecarver requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Adds the six new concept constrained comparisons.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100429
Files:
libcxx/include/functional
libcxx/test/std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable.compile.pass.cpp
libcxx/test/std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable_with.compile.pass.cpp
libcxx/test/std/concepts/concepts.compare/concepts.totallyordered/totally_ordered.pass.cpp
libcxx/test/std/concepts/concepts.compare/concepts.totallyordered/totally_ordered_with.pass.cpp
libcxx/test/std/concepts/concepts.compare/types.h
libcxx/test/std/utilities/function.objects/comparisons/pointer_comparison_test_helper.h
libcxx/test/std/utilities/function.objects/range.cmp/equal_to.pass.cpp
libcxx/test/std/utilities/function.objects/range.cmp/greater.pass.cpp
libcxx/test/std/utilities/function.objects/range.cmp/greater_equal.pass.cpp
libcxx/test/std/utilities/function.objects/range.cmp/less.pass.cpp
libcxx/test/std/utilities/function.objects/range.cmp/less_equal.pass.cpp
libcxx/test/std/utilities/function.objects/range.cmp/not_equal_to.pass.cpp
libcxx/test/support/compare_types.h
libcxx/test/support/pointer_comparison_test_helper.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100429.337294.patch
Type: text/x-patch
Size: 20422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210414/7553f1af/attachment-0001.bin>
More information about the libcxx-commits
mailing list