0
0
Fork 0
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:
Jason Volk 2019-06-21 04:20:00 -06:00
parent 5c8e590219
commit 26efac134e

View file

@ -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