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

Upstream release v3.8.0

parent 82f70c08
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.7.3)
  GIT_TAG v3.8.0)

FetchContent_GetProperties(json)
if(NOT json_POPULATED)
+2675 −885

File changed.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
@@ -33,7 +33,8 @@ template<template<typename U, typename V, typename... Args> class ObjectType =
         class NumberFloatType = double,
         template<typename U> class AllocatorType = std::allocator,
         template<typename T, typename SFINAE = void> class JSONSerializer =
         adl_serializer>
         adl_serializer,
         class BinaryType = std::vector<std::uint8_t>>
class basic_json;

/*!