diff --git a/include/ircd/js/js.h b/include/ircd/js/js.h index 5b2821592..326e4d39f 100644 --- a/include/ircd/js/js.h +++ b/include/ircd/js/js.h @@ -56,6 +56,9 @@ namespace js { struct InterpreterFrame; } namespace ircd { namespace js { +// The ostream operator is explicitly brought from ircd:: to compete for efficient overloading, +// and prevent any unnecessary implicit conversions here. +using ircd::operator<<; } // namespace js } // namespace ircd