--- deliantra/server/common/arch.C 2006/09/12 19:20:06 1.17 +++ deliantra/server/common/arch.C 2006/09/12 20:55:40 1.18 @@ -50,14 +50,17 @@ #if USE_UNORDERED_MAP // the hashtable -typedef - std::tr1::unordered_map < -size_t, archetype *> - HT; +typedef std::tr1::unordered_map + < + std::size_t, + archetype *, + std::hash, + std::equal_to, + slice_allocator< std::pair > + true, + > HT; -static - HT - ht; +static HT ht; #endif /**