dinghram 1541cce1d9 Change long to int64_t to remove OS ambiguity
Linux compilers interpret "long" as 64 bit, Visual Studio on Windows interprets "long" as 32 bit. In order to remove ambiguity, from_json should use int64_t rather than long when parsing integers.
2017-10-03 08:43:01 -06:00
..
fnv1a.hpp Update copyrights to 2017 2017-02-15 15:55:40 -07:00
json_wrap.hpp More careful with json errors 2017-07-19 13:19:17 -06:00
json.hpp Change long to int64_t to remove OS ambiguity 2017-10-03 08:43:01 -06:00
static_string.hpp Update copyrights to 2017 2017-02-15 15:55:40 -07:00
utility.hpp Merge branch 'develop' of github.com:ChaiScript/ChaiScript into develop 2017-02-22 15:56:04 -07:00