[all-commits] [llvm/llvm-project] 988682: [libc++] Fix std::lower_bound with C++20-hostile i...
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Jun 13 03:19:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 988682a3892e0d1cd13256ca985d8a8c60ca2bd6
https://github.com/llvm/llvm-project/commit/988682a3892e0d1cd13256ca985d8a8c60ca2bd6
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/equal_range.h
A libcxx/include/__algorithm/iterator_operations.h
M libcxx/include/__algorithm/lower_bound.h
M libcxx/include/__algorithm/ranges_binary_search.h
M libcxx/include/__algorithm/ranges_lower_bound.h
M libcxx/include/__algorithm/ranges_upper_bound.h
M libcxx/include/__iterator/advance.h
M libcxx/include/__iterator/distance.h
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound.pass.cpp
M libcxx/test/support/test_iterators.h
Log Message:
-----------
[libc++] Fix std::lower_bound with C++20-hostile iterators
Reviewed By: EricWF, #libc
Spies: sstefan1, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D127577
More information about the All-commits
mailing list