[PATCH] D37417: Add range based wrapper around std::for_each.
Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 08:43:11 PDT 2017
kpw added a comment.
David Blakie convinced me over email that std::for_each doesn't add value over ranged based for.
https://reviews.llvm.org/D37417
More information about the llvm-commits
mailing list