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