[libcxx-commits] [PATCH] D105795: [libcxx][algorithms] adds ranges::lower_bound and ranges::upper_bound

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 13 11:39:41 PDT 2021


cjdb updated this revision to Diff 358375.
cjdb added a comment.

rebases to activate CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105795

Files:
  libcxx/benchmarks/ranges_algorithms.bench.cpp
  libcxx/include/__algorithm/lower_bound.h
  libcxx/include/__algorithm/upper_bound.h
  libcxx/include/algorithm
  libcxx/test/libcxx/diagnostics/nodiscard_ranges_extensions.pass.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_ranges_extensions.verify.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/ranges_lower_bound/ranges_lower_bound.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/ranges_lower_bound/special_function.compile.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/ranges_upper_bound/ranges_upper_bound.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/ranges_upper_bound/special_function.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105795.358375.patch
Type: text/x-patch
Size: 40585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210713/0cdc6b90/attachment-0001.bin>


More information about the libcxx-commits mailing list