]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/bancache.h
ListModeBase: Minor changes to original u_listmode code
[user/henk/code/inspircd.git] / include / bancache.h
index a7aac7f17c8ed0e72beef72f4562b74243a6ea76..a99e97856b9d1cf13de97a2a524b953dec835ba1 100644 (file)
@@ -65,7 +65,7 @@ class CoreExport BanCacheHit
 /* A container of ban cache items.
  * must be defined after class BanCacheHit.
  */
-typedef nspace::hash_map<std::string, BanCacheHit*, nspace::hash<std::string> > BanCacheHash;
+typedef std::tr1::unordered_map<std::string, BanCacheHit*, std::tr1::hash<std::string> > BanCacheHash;
 
 /** A manager for ban cache, which allocates and deallocates and checks cached bans.
  */