#pragma once #include "eng-malloc.hpp" #include "bytell-hash-map.hpp" namespace eng { template, class E=std::equal_to> class bytell_hash_map : public ska::bytell_hash_map>>, public eng::opnew { using ska::bytell_hash_map>>::bytell_hash_map; }; } // namespace eng