[all-commits] [llvm/llvm-project] 5b6b48: [libc++][NFC] Remove two unused implementation det...

Hewill Kang via All-commits all-commits at lists.llvm.org
Wed Jul 31 07:34:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b6b48800e625965064c2fd54efb976e0672455c
      https://github.com/llvm/llvm-project/commit/5b6b48800e625965064c2fd54efb976e0672455c
  Author: Hewill Kang <hewillk at gmail.com>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    M libcxx/include/__algorithm/find_end.h

  Log Message:
  -----------
  [libc++][NFC] Remove two unused implementation details `__find_end` (#100685)

Those two `__find_end` functions are no longer used after 101d1e9b3c86.
After that commit, `std::find_end` started dispatching to `__find_end_classic`,
and `ranges::find_end` to `__find_end_impl`, which means that the two `__find_end`
functions were no longer necessary.

Fixes #100569



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list