#ifndef WRAP_SET_HPP #define WRAP_SET_HPP #include "eng-malloc.hpp" #include namespace eng { template> class set : public std::set>, public eng::opnew { using std::set>::set; }; } // namespace eng #endif // WRAP_SET_HPP