IAP GITLAB

Correct the use of iterators in for loops

Replace for (auto elt : vector) by for (auto& elt : vector) in every occurrence possible. The first version is making an unnecessary copy of elt, so the second version is better performance-wise.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information