[libcxx-commits] [PATCH] D129796: [libc++][ranges] implement `std::ranges::equal_range`

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 18 02:31:22 PDT 2022


huixie90 updated this revision to Diff 445431.
huixie90 added a comment.

update one more caller


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129796

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/__algorithm/equal_range.h
  libcxx/include/__algorithm/inplace_merge.h
  libcxx/include/__algorithm/iterator_operations.h
  libcxx/include/__algorithm/ranges_equal_range.h
  libcxx/include/__algorithm/upper_bound.h
  libcxx/include/algorithm
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.binary.search/equal.range/ranges_equal_range.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.compile.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.compile.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129796.445431.patch
Type: text/x-patch
Size: 26937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220718/9430faec/attachment-0001.bin>


More information about the libcxx-commits mailing list