Skip to content
  • Murray Cumming's avatar
    C++11: Use range-based for loops. · b2c57958
    Murray Cumming authored
    This replaces all for loops that use const_iterator.
    This doesn't actually give use a const_iterator, unless the thing
    we are iterating is const, but it's worth it for the shorter code.
    b2c57958