#ifndef WRAP_STRING_HPP #define WRAP_STRING_HPP #include "two-mallocs.hpp" #include namespace eng { template> using basic_string = std::basic_string>; using string = basic_string; } // namespace eng #endif // WRAP_STRING_HPP