[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
Mon Jul 12 00:15:47 PDT 2021
cjdb created this revision.
cjdb added reviewers: ldionne, zoecarver, Mordante, EricWF.
cjdb requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: libcxx-commits, sstefan1.
Herald added a project: libc++.
Herald added a reviewer: libc++.
Implements part of http://wg21.link/p0896.
Implements [lower.bound] and [upper.bound].
Depends on D105794 <https://reviews.llvm.org/D105794>.
Repository:
rG LLVM Github Monorepo
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.357852.patch
Type: text/x-patch
Size: 40585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210712/716b9f3d/attachment-0001.bin>
More information about the libcxx-commits
mailing list