From cbdd350b6364c622706da0b2c762699071f70b0f Mon Sep 17 00:00:00 2001 From: ado Date: Thu, 10 Dec 2020 20:43:27 +0100 Subject: [PATCH] make specialization inline --- include/ss/converter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);