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:
parent
df619e6010
commit
f87eefbe04
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ ircd::json::strung::strung(const strung &s)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
template<class... T>
|
template<class... T>
|
||||||
|
inline
|
||||||
ircd::json::strung::strung(T&&... t)
|
ircd::json::strung::strung(T&&... t)
|
||||||
:std::string
|
:std::string
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue