Christopher Warrington 960b9cfd19 Guard against min/max being macros in reader.h
Sometimes, particularly when Microsoft's windows.h is included, min/max
are defined as macros, interfering with use of
std::numeric_limits::min() and the like.

To guard against this, the function name is wrapped in an extra set of
parenthesis, which inhibits function-style macro expansion.

This is a similar commit to 6e38649ec6, but fixes uses of
std::numeric_limits added after that commit, like those introduced in
2ea43433e2.
2018-07-10 11:08:41 -07:00
..
2018-06-16 12:32:17 +02:00
2017-08-07 11:58:37 +08:00
2016-06-13 07:24:26 -07:00
2017-02-07 01:08:51 -08:00
2016-09-16 12:13:02 +08:00
2016-02-02 18:20:36 +08:00
2016-04-06 01:16:00 +08:00
2018-01-13 12:51:24 +08:00