dxx-rebirth/similar/arch/ogl
Kp 99a4a0ed62 Capture range_for by-value temporaries as const
Modifying a by-value temporary does not affect the underlying container,
so modifying it is almost always a bug.  Require use of a by-reference
capture when modification is desired.

sed -i -e 's/range_for\s*(\s*\(const\s\+\)\?auto\s\+\([[:alpha:]_]\)/range_for (const auto \2/g'
2015-02-05 03:03:49 +00:00
..
gr.cpp Fix RAIIdmem array usage 2015-01-28 03:42:53 +00:00
ogl.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00