I noticed there was a single ranged-based for loop introduced in the source tree:
https://github.com/apache/mesos/blob/master/src/tests/resources_tests.cpp#L1004 Since this is the only one in the codebase AFAICT, I've removed it to keep our use of 'foreach' consistent. Michael, is there a plan to replace 'foreach' with range-based for loops? Would just like there to be a consistent way to loop over containers. :)
