jsoncpp/include
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
..
json Remove '=delete' from template methods for Xcode 8 (#1133) 2020-02-13 13:22:49 -08:00
CMakeLists.txt Cleanup versioning strategy relanding (#989) (#997) 2019-08-13 22:41:43 -07:00