From 76a4dd36d9d7192965ec8e35de5af5d750c25b16 Mon Sep 17 00:00:00 2001 From: paboyle Date: Fri, 26 Jan 2018 00:13:21 +0000 Subject: [PATCH] Fix no compile of test serialisation --- lib/json/json.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/json/json.hpp b/lib/json/json.hpp index e99131c3..f5601de8 100644 --- a/lib/json/json.hpp +++ b/lib/json/json.hpp @@ -3640,7 +3640,6 @@ This class implements a both iterators (iterator and const_iterator) for the @since version 1.0.0, simplified in version 2.0.9 */ - template class iter_impl : public std::iterator { @@ -3737,7 +3736,7 @@ class iter_impl : public std::iterator