Go to file
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
common Return timer_query() from timer_update() 2015-02-05 03:03:48 +00:00
contrib add ntstring.h to xcode project 2015-01-02 21:11:26 -08:00
d1x-rebirth Make equal_space a preprocessor constant 2015-01-29 04:27:35 +00:00
d2x-rebirth Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
similar Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
SConstruct Reactivate check_attribute_alloc_size 2015-01-25 05:32:45 +00:00