mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd::json: Export of these out to ircd:: with more strength than ADL.
This commit is contained in:
parent
9bc7587557
commit
1b3b07e467
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue