[libcxx-commits] [libcxx] [libc++] Forward find* algorithms to find_if (PR #179938)

Aiden Grossman via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 7 15:41:31 PST 2026


boomanaiden154 wrote:

Looks like this also makes assertions more consistent which is an added bonus.

We started seeing some test failures after this due to libc++ assertions which caught some instances where we were passing iterators to `std::find` from different temporaries.

https://github.com/llvm/llvm-project/pull/179938


More information about the libcxx-commits mailing list