Use a for loop instead of foreach
ClosedPublic

Authored by ervin on May 13 2017, 4:31 PM.

Details

Summary

Krazy was complaining about the missing const ref (added in the
process), but there's no good reason to keep using foreach now.

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin created this revision.May 13 2017, 4:31 PM
dfaure accepted this revision.May 13 2017, 4:52 PM
This revision is now accepted and ready to land.May 13 2017, 4:52 PM
bensi accepted this revision.May 16 2017, 7:27 AM
This revision was automatically updated to reflect the committed changes.