#ifndef WRAP_OSTREAM_HPP #define WRAP_OSTREAM_HPP #include "two-mallocs.hpp" #include namespace eng { using ostream = std::ostream; } // namespace eng namespace drv { using ostream = std::ostream; } // namespace drv #endif // WRAP_OSTREAM_HPP