mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
ircd::json: Fix out-of-line definition return type.
This commit is contained in:
parent
5c8e590219
commit
26efac134e
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ catch(const bad_lex_cast &e)
|
|||
|
||||
template<ircd::json::name_hash_t key,
|
||||
class T>
|
||||
ircd::string_view
|
||||
T
|
||||
ircd::json::get(const object &object,
|
||||
const T &def)
|
||||
try
|
||||
|
|
Loading…
Reference in a new issue