From f513c4674952fb825136ebf38813ce48c3caf1b1 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 22 Jul 2017 13:35:04 +0200 Subject: [PATCH] :hammer: further cleanup --- src/json.hpp | 401 +++++++++++++++++--------------------- test/CMakeLists.txt | 1 + test/src/unit-unicode.cpp | 2 +- 3 files changed, 178 insertions(+), 226 deletions(-) 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