From e6aa7003608dd0607f304f506303fafebbc65094 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 26 Jul 2017 23:44:55 +0200 Subject: [PATCH] :hammer: cleanup --- src/json.hpp | 885 +++++++++++++++++++++++---------------------------- 1 file changed, 398 insertions(+), 487 deletions(-) diff --git a/src/json.hpp b/src/json.hpp index 7c4fec5b..69ecab0f 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -119,28 +119,28 @@ template struct adl_serializer; // forward declaration of basic_json (required to split the class) -template