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