[libcxx-commits] [libcxx] [libc++] Remove unused implementation details (PR #100685)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 26 12:13:11 PDT 2024
frederick-vs-ja wrote:
> Just to err on the side of caution, can you check when we stopped referencing this to ensure this was intentional? Ideally it would be in the PR description so we just have to double-check the archeology :)
I think we stopped using `__find_end` since 101d1e9b3c867b2fbb9d1b2c196e2f0fcf3467c7 (https://reviews.llvm.org/D124079) when implementing `ranges::find_end`.
@hewillk Could you add this to the the PR description, and make the title clearer, e.g. by saying "[libc++][NFC] Removed no longer used internal helper `__find_end`"?
https://github.com/llvm/llvm-project/pull/100685
More information about the libcxx-commits
mailing list