dxx-rebirth/similar/2d
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
..
font.cpp Use RAIIPHYSFS_File to manage PHYSFS_File 2015-01-17 18:31:42 +00:00
palette.cpp Use RAIIPHYSFS_File to manage PHYSFS_File 2015-01-17 18:31:42 +00:00
pcx.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00