From 1b3b07e467e961a24d3c436992170e53168cb278 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 15 Oct 2017 21:23:22 -0700 Subject: [PATCH] ircd::json: Export of these out to ircd:: with more strength than ADL. --- include/ircd/json.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/ircd/json.h b/include/ircd/json.h index eac1702fa..87a2f1e4a 100644 --- a/include/ircd/json.h +++ b/include/ircd/json.h @@ -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