mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
make specialization inline
This commit is contained in:
parent
6b9639afc8
commit
cbdd350b63
@ -350,7 +350,7 @@ class converter {
|
|||||||
};
|
};
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
void converter::extract_one<std::string>(std::string& dst,
|
inline void converter::extract_one<std::string>(std::string& dst,
|
||||||
const string_range msg, size_t) {
|
const string_range msg, size_t) {
|
||||||
SS_RETURN_ON_INVALID;
|
SS_RETURN_ON_INVALID;
|
||||||
extract(msg.first, msg.second, dst);
|
extract(msg.first, msg.second, dst);
|
||||||
|
Loading…
Reference in New Issue
Block a user