Skip to content
Commit e4bb668a authored by Adriaan de Groot's avatar Adriaan de Groot 💬
Browse files

tgf files: reduce compiler warnings

 - 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)
parent fa36a4fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment