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