From 992c836b308e313518a55ca0f2f47876fdf0ce17 Mon Sep 17 00:00:00 2001 From: Jamie Seward Date: Tue, 24 Oct 2017 00:14:25 -0700 Subject: [PATCH] Add missing spaces --- src/json.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/json.hpp b/src/json.hpp index 055d1b9ec..8fee398e7 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -7606,10 +7606,10 @@ class basic_json using object_comparator_t = std::less; #endif using object_t = ObjectType>>; + basic_json, + object_comparator_t, + AllocatorType>>; /*! @brief a type for an array