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