From bca1a72bffbc39a38bf8aa91b8eec7decebc1bf2 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 19 Jan 2022 20:39:21 +0100 Subject: [PATCH] :alembic: try fix from https://github.com/nlohmann/json/issues/3138#issuecomment-1015562666 --- include/nlohmann/json.hpp | 1 + single_include/nlohmann/json.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index a79be2dbd..b94f502f8 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -1872,6 +1872,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec template < typename ValueType, typename std::enable_if < detail::conjunction < detail::negation>, + detail::negation>, detail::negation>>, detail::negation>, detail::negation>, diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 92308c557..8fd2b357f 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -19043,6 +19043,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec template < typename ValueType, typename std::enable_if < detail::conjunction < detail::negation>, + detail::negation>, detail::negation>>, detail::negation>, detail::negation>,