diff --git a/src/json.hpp b/src/json.hpp index 1e3c6f3b..2dfa7c02 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -290,14 +290,32 @@ struct is_compatible_basic_json_type }; -// This trait checks if JSONSerializer::from_json exists +// This trait checks if JSONSerializer::from_json(json const&, udt&) exists template