Skip to content
  • Adriaan de Groot's avatar
    tgf files: reduce compiler warnings · e4bb668a
    Adriaan de Groot authored
     - be consistent(er) in C++11 style iterations instead of foreach()
     - use const auto & instead of making copies (that's what the
       compiler was warning about, and the potential problem with
       C++11 style iterations)
    e4bb668a