From: Mikko Rasa Date: Mon, 19 Dec 2022 12:32:43 +0000 (+0200) Subject: Replace basic for loops with range-based loops or algorithms X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=7c2db9e2b91da953701be233336c5bfa1f3c4af0;hp=7c2db9e2b91da953701be233336c5bfa1f3c4af0;p=builder.git Replace basic for loops with range-based loops or algorithms In remaining cases use auto as a shortcut for the iterator type. ---