kazuho/picojson

numeric limits min, max

gha88 opened this issue · 0 comments

gha88 commented

In order to not add undef directive on windows projects, could be possibile to change std::numeric_limits<int64_t>::min() to (std::numeric_limits<int64_t>::min)() ?