diff --git a/include/ircd/db/row.h b/include/ircd/db/row.h index b0506cfe1..60006c05d 100644 --- a/include/ircd/db/row.h +++ b/include/ircd/db/row.h @@ -111,8 +111,7 @@ ircd::db::row::row(database &d, :row{[&d, &key, &t, &buf, &opts] () -> row { - std::array cols; - json::_key_transform(t, std::begin(cols), std::end(cols)); + static const typename json::tuple::keys cols; return { d, key, cols, buf, opts }; }()} {