Files
llvm/libcxx
Nikolas Klauser 57aab63417 [libc++] Fix std::for_each(associative-container) not using std:invoke and projections (#171984)
#164405 added specializations of `for_each` that didn't do the ranges
call shenanigans, but instead just did what the classic algorithms have
to do. This updates the calls to work for the ranges overloads as well.
2025-12-15 12:05:59 +01:00
..