Files
clang-p2996/libcxx/include/__algorithm
Hewill Kang 5b6b48800e [libc++][NFC] Remove two unused implementation details __find_end (#100685)
Those two `__find_end` functions are no longer used after 101d1e9b3c.
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
2024-07-31 10:34:19 -04:00
..
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00