diff --git a/include/ss/converter.hpp b/include/ss/converter.hpp index 503ecdd..2d5b82e 100644 --- a/include/ss/converter.hpp +++ b/include/ss/converter.hpp @@ -350,7 +350,7 @@ class converter { }; template <> -void converter::extract_one(std::string& dst, +inline void converter::extract_one(std::string& dst, const string_range msg, size_t) { SS_RETURN_ON_INVALID; extract(msg.first, msg.second, dst);