llvm-project
57aab634 - [libc++] Fix std::for_each(associative-container) not using std:invoke and projections (#171984)

Commit
24 days ago
[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.
Author
Parents
Loading