Commit a87d095e authored by GitHub Actions's avatar GitHub Actions
Browse files

Upstream release v3.4.0

parent a6cb432b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ include(FetchContent)

FetchContent_Declare(json
  GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json
  GIT_TAG v3.3.0)
  GIT_TAG v3.4.0)

FetchContent_GetProperties(json)
if(NOT json_POPULATED)
+2437 −1091

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -59,6 +59,6 @@ uses the standard template types.
@since version 1.0.0
*/
using json = basic_json<>;
}
}  // namespace nlohmann

#endif