diff --git a/json.hpp b/json.hpp index 0ac699e8..14995f36 100644 --- a/json.hpp +++ b/json.hpp @@ -270,16 +270,16 @@ namespace json { { ; } }; - - template - json::node&& to_json (const T&); - - template - T&& from_json (const json::node&); - std::ostream& operator <<(std::ostream &os, const json::node &n); } + +template +json::node&& to_json (const T&); + +template +T from_json (const json::node&); + #endif