There are a few range based wrappers llvm provides already. They're handy and I
couldn't find one for std::for_each, so I'm adding it.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9869 Build 9869: arc lint + arc unit
Event Timeline
Comment Actions
David Blakie convinced me over email that std::for_each doesn't add value over ranged based for.