mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd::json: Fix exporting path operator<< to ircd:: in include stack here.
This commit is contained in:
parent
5e06c4795b
commit
e1b9d69c21
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ namespace ircd::json
|
|||
void valid_output(const string_view &, const size_t &expected);
|
||||
}
|
||||
|
||||
namespace ircd
|
||||
{
|
||||
using json::operator<<;
|
||||
}
|
||||
|
||||
inline std::ostream &
|
||||
ircd::json::operator<<(std::ostream &s, const path &p)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue