jsoncpp/include/json
m-gupta 3013ed48b3 jsoncpp: Define JSON_USE_INT64_DOUBLE_CONVERSION for clang as well. (#1002)
The current check to define JSON_USE_INT64_DOUBLE_CONVERSION
works for GCC but not clang.

Clang does define __GNUC__ but with a value 4 which misses
the check for >= 6.

This avoids the -Wimplicit-int-float-conversion warning
when jsoncpp is built with a recent version of clang.

Signed-off-by: Manoj Gupta <manojgupta@google.com>
2019-09-16 12:24:13 -07:00
..
allocator.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
assertions.h convert JSONCPP_STRING etc from macros to typedefs 2019-01-17 23:14:18 -05:00
autolink.h Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing. 2017-07-21 03:44:36 -07:00
config.h jsoncpp: Define JSON_USE_INT64_DOUBLE_CONVERSION for clang as well. (#1002) 2019-09-16 12:24:13 -07:00
features.h apply the C++11 style change in .clang-format 2019-01-18 07:02:16 -06:00
forwards.h Add missing classes to forwards.h 2019-06-03 15:04:01 +01:00
json.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
reader.h Improving Code Readability (#1004) 2019-09-16 10:35:48 -07:00
value.h [Language Conformance] Use constexpr restriction in jsoncpp (#1005) 2019-09-16 10:33:47 -07:00
version.h Cleanup versioning strategy relanding (#989) (#997) 2019-08-13 22:41:43 -07:00
writer.h Modify code comments in write.h (#987) 2019-09-16 10:40:35 -07:00