jsoncpp/include/json
David Gobbi dc180eb25e
Remove '=delete' from template methods for Xcode 8 (#1133)
For Apple clang-800.0.42.1, which was released with Xcode 8 in
September 2016, the '=delete' on the 'is' and 'as' methods causes
the following errors for value.h:

  inline declaration of 'as<bool>' follows non-inline definition
  inline declaration of 'is<bool>' follows non-inline definition

etcetera for the other specializations of 'is' and 'as'.  The same
problem also occurs for clang-3.8 but not clang-3.9 or later.
2020-02-13 13:22:49 -08:00
..
allocator.h Issue 1100: Drop CPPTL support 2019-11-14 09:38:11 -08:00
assertions.h Issue 1100: Drop CPPTL support 2019-11-14 09:38:11 -08:00
config.h Run Clang-tidy with modernize-use-auto (#1077) 2019-12-04 09:08:45 +08:00
forwards.h Run Clang-tidy with modernize-use-auto (#1077) 2019-12-04 09:08:45 +08:00
json_features.h Issue 1100: Drop CPPTL support 2019-11-14 09:38:11 -08:00
json.h Readd some overzealously removed code 2019-11-14 10:21:15 -08:00
reader.h Run Clang-tidy with modernize-use-auto (#1077) 2019-12-04 09:08:45 +08:00
value.h Remove '=delete' from template methods for Xcode 8 (#1133) 2020-02-13 13:22:49 -08:00
version.h Meson updates (#1124) 2020-01-07 09:23:50 +08:00
writer.h Run Clang-tidy with modernize-use-auto (#1077) 2019-12-04 09:08:45 +08:00