#ifndef WRAP_SSTREAM_HPP #define WRAP_SSTREAM_HPP #include "two-mallocs.hpp" #include namespace eng { template> using basic_ostringstream = std::basic_ostringstream>; using ostringstream = std::basic_ostringstream; } // namespace eng namespace drv { template> using basic_ostringstream = std::basic_ostringstream>; using ostringstream = std::basic_ostringstream; } // namespace drv #endif // WRAP_SSTREAM_HPP