[libc++][NFC] Rename __find_impl to __find (#90163)
commit840032419d3717a81e48db6c165dab006252936b
authorNikolas Klauser <nikolasklauser@berlin.de>
Sat, 27 Apr 2024 07:51:59 +0000 (27 09:51 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Apr 2024 07:51:59 +0000 (27 09:51 +0200)
treecebe6fcaf3c8380868b93370833dafb09acf10b3
parent9bb84cec1b5375c24e5fa9cf7700070d9d1b4184
[libc++][NFC] Rename __find_impl to __find (#90163)

For most algorithms we've just added underscores to the detail function.
This changes `std::find` to match that pattern.
libcxx/include/__algorithm/find.h
libcxx/include/__algorithm/ranges_find.h
libcxx/include/__string/char_traits.h