[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
Thu Apr 22 12:44:48 PDT 2021


zoecarver updated this revision to Diff 339761.
zoecarver added a comment.

- Fix final (?) two nits.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100429/new/

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/greater.pass.cpp
  libcxx/test/std/utilities/function.objects/comparisons/greater_equal.pass.cpp
  libcxx/test/std/utilities/function.objects/comparisons/less.pass.cpp
  libcxx/test/std/utilities/function.objects/comparisons/less_equal.pass.cpp
  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.339761.patch
Type: text/x-patch
Size: 45455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210422/0a0f6a07/attachment-0001.bin>


More information about the libcxx-commits mailing list