Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitHub Actions <action@github.com>2020-06-28 14:43:58 +0300
committerGitHub Actions <action@github.com>2020-06-28 14:43:58 +0300
commite02b50a4e60b460ab0e93eabbc0fe65a5473b1f4 (patch)
tree34edad05f36f85ca33720fd6adab6b775c862bc1 /include/nlohmann/json_fwd.hpp
parent82f70c08f70bbe657b6b409d51f62098a647c90c (diff)
Upstream release v3.8.0v3.8.0
Diffstat (limited to 'include/nlohmann/json_fwd.hpp')
-rw-r--r--include/nlohmann/json_fwd.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/nlohmann/json_fwd.hpp b/include/nlohmann/json_fwd.hpp
index 28fd10d..824e86a 100644
--- a/include/nlohmann/json_fwd.hpp
+++ b/include/nlohmann/json_fwd.hpp
@@ -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;
/*!