Matthias Hochsteger 002a2cba6b Fix (or work around?) strange bug on Windows
The definition of std::max uses references for parameters, which leads
to unnecessary storing of constants on the stack. If the stack is
overwritten this leads to wrong results.
max2() works around this using call-by-value.
2017-02-16 09:12:45 +01:00
..
2017-01-16 14:59:57 +01:00
2017-01-27 16:07:08 +01:00
2017-01-16 14:59:57 +01:00
2017-01-16 14:59:57 +01:00
2017-01-16 14:59:57 +01:00
2017-01-16 14:59:57 +01:00
2015-03-06 14:59:14 +01:00