Move the json output operator into json namespace
This commit is contained in:
parent
c8f464aa7b
commit
3433e10ec1
@ -560,5 +560,5 @@ json::null::write (std::ostream &os) const {
|
||||
}
|
||||
|
||||
ostream&
|
||||
operator <<(ostream &os, const json::node &n)
|
||||
json::operator <<(ostream &os, const json::node &n)
|
||||
{ return n.write (os); }
|
||||
|
Loading…
Reference in New Issue
Block a user