#ifndef WRAP_UNORDERED_MAP_HPP #define WRAP_UNORDERED_MAP_HPP #include "eng-malloc.hpp" #include namespace eng { template, class E=std::equal_to> class unordered_map : public std::unordered_map>>, public eng::opnew { using std::unordered_map>>::unordered_map; }; } // namespace eng #endif // WRAP_UNORDERED_MAP_HPP