0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-08 19:48:36 +02:00

ircd::json: Export of these out to ircd:: with more strength than ADL.

This commit is contained in:
Jason Volk 2017-10-15 21:23:22 -07:00
parent 9bc7587557
commit 1b3b07e467

View file

@ -103,6 +103,10 @@ namespace ircd
{
using json::operator ""_;
using json::operator<<;
using json::defined;
using json::for_each;
using json::until;
using json::get;
}
template<size_t SIZE>