Skip to content

Use reference type in for-each loop to prevent copying

Christoph Grüninger requested to merge feature/ug-prevent-copying into master

Following a hint from GCC 11.0 (-Wrange-loop-construct)

Merge request reports