[all-commits] [llvm/llvm-project] 840032: [libc++][NFC] Rename __find_impl to __find (#90163)
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Sat Apr 27 00:52:21 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 840032419d3717a81e48db6c165dab006252936b
https://github.com/llvm/llvm-project/commit/840032419d3717a81e48db6c165dab006252936b
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-04-27 (Sat, 27 Apr 2024)
Changed paths:
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/ranges_find.h
M libcxx/include/__string/char_traits.h
Log Message:
-----------
[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.
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