[libcxx-commits] [PATCH] D121964: [libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_bound

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 6 04:33:35 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8171586176ee: [libc++][ranges] Implement ranges::binary_search and ranges::{lower… (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D121964?vs=434344&id=434429#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121964

Files:
  libcxx/benchmarks/CMakeLists.txt
  libcxx/benchmarks/algorithms/lower_bound.bench.cpp
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/binary_search.h
  libcxx/include/__algorithm/equal_range.h
  libcxx/include/__algorithm/inplace_merge.h
  libcxx/include/__algorithm/lower_bound.h
  libcxx/include/__algorithm/ranges_binary_search.h
  libcxx/include/__algorithm/ranges_lower_bound.h
  libcxx/include/__algorithm/ranges_upper_bound.h
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/distance.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap
  libcxx/test/libcxx/algorithms/callable.verify.cpp
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.binary.search/binary.search/ranges.binary_search.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/ranges.lower_bound.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/ranges.upper_bound.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121964.434429.patch
Type: text/x-patch
Size: 60938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220606/fdf70802/attachment-0001.bin>


More information about the libcxx-commits mailing list