[all-commits] [llvm/llvm-project] d8655f: [libc++][NFC] Rename __lower_bound_impl to __lower...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Jun 19 06:05:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8655fb3656f289fcd8816c7b11b30dc06661a2f
https://github.com/llvm/llvm-project/commit/d8655fb3656f289fcd8816c7b11b30dc06661a2f
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M libcxx/include/__algorithm/equal_range.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
Log Message:
-----------
[libc++][NFC] Rename __lower_bound_impl to __lower_bound
For consistency with other algorithms.
Differential Revision: https://reviews.llvm.org/D153141
More information about the All-commits
mailing list