From f90a82cc23a553278ef5ce8338fc7d19a19a63a8 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 19 Jan 2022 21:44:12 +0100 Subject: [PATCH] :alembic: try fix from https://github.com/nlohmann/json/issues/3138#issuecomment-1015562666 --- include/nlohmann/json.hpp | 2 +- single_include/nlohmann/json.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index b94f502f82..6bf77d507e 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -1872,7 +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>, detail::negation>, diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 8fd2b357fc..8e882b3ad2 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -19043,7 +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>, detail::negation>,