[libcxx-commits] [PATCH] D153141: [libc++][NFC] Rename __lower_bound_impl to __lower_bound

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 16 06:53:29 PDT 2023


ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: libcxx-commits, jplehr, sstefan1.
Herald added a project: libc++.
Herald added a reviewer: libc++.

For consistency with other algorithms.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153141

Files:
  libcxx/include/__algorithm/equal_range.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153141.532135.patch
Type: text/x-patch
Size: 5641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230616/a41a3d95/attachment.bin>


More information about the libcxx-commits mailing list