Skip to content

Replace foreach with for-all

Alexander Trufanov requested to merge (removed):for-all into master

Replacing foreach loops with for-all while making sure containers are const whenever is possible to improve app performance. Same is proposed for libktorrent. The detailed description is here

Merge request reports