jsoncpp/include/json
Marcel Raad 36d8cfd768 Fix macro redefinition warning with clang-cl
clang-cl defines _MSC_VER by default, so JSONCPP_DEPRECATED was first
defined for MSVC and then redefined for clang. Integrate the MSVC
definition into the block with clang and GCC's JSONCPP_DEPRECATED
definitions to fix this.
2019-02-28 22:19:13 -06: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 Fix macro redefinition warning with clang-cl 2019-02-28 22:19:13 -06:00
features.h apply the C++11 style change in .clang-format 2019-01-18 07:02:16 -06:00
forwards.h Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing. 2017-07-21 03:44:36 -07:00
json.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
reader.h convert JSONCPP_STRING etc from macros to typedefs 2019-01-17 23:14:18 -05:00
value.h pack the {type,allocated} bitfield (#876) 2019-01-20 23:59:16 -05:00
version.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
writer.h apply the C++11 style change in .clang-format 2019-01-18 07:02:16 -06:00