mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-08-05 11:06:36 -04:00

We already assume C++11 elsewhere, so all pre-11 `#ifdef` branches are dead code at this point. Fixes issue #1591 because we can just use `std::isfinite` etc. assume C++11 in json_reader.cpp as well apply clang-format