From 29f9fe6ae9e28197b6623bb06b70152945109684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DELRIEU?= Date: Sun, 8 Jan 2017 23:10:16 +0100 Subject: [PATCH] remove one has_to/from_json template parameter --- src/json.hpp | 58 ++++++++++++++++++++++++----------------------- src/json.hpp.re2c | 58 ++++++++++++++++++++++++----------------------- 2 files changed, 60 insertions(+), 56 deletions(-) diff --git a/src/json.hpp b/src/json.hpp index 8b94a3f38..c7ca74d79 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -436,7 +436,7 @@ struct is_compatible_integer_type }; // This trait checks if JSONSerializer::from_json(json const&, udt&) exists -template