0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

ircd::json: Inline strung template ctor.

This commit is contained in:
Jason Volk 2020-08-05 02:18:56 -07:00
parent df619e6010
commit f87eefbe04

View file

@ -48,6 +48,7 @@ ircd::json::strung::strung(const strung &s)
{}
template<class... T>
inline
ircd::json::strung::strung(T&&... t)
:std::string
{