diff --git a/src/json.hpp b/src/json.hpp index eae84f1d..b57525a5 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -134,17 +134,17 @@ class basic_json; // Ugly macros to avoid uglier copy-paste when specializing basic_json // This is only temporary and will be removed in 3.0 -#define NLOHMANN_BASIC_JSON_TPL_DECLARATION \ - template