dxx-rebirth/d2x-rebirth/main
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
..
bmread.cpp Rename space to space_tab 2015-01-29 04:27:35 +00:00
descent.cfg Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
escort.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
gamepal.cpp Pass gr_remap_bitmap_good arg by & 2015-01-25 05:32:45 +00:00
inferno.ini
movie.cpp Hide local classes in anonymous namespaces 2015-01-23 03:55:06 +00:00
movie.h Fix loading robots-?.mvl 2014-12-06 17:56:56 +00:00