mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
fixed std:: stuff - that should be all of it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8830 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
a533e2fada
commit
d8fdb4c7b7
@ -26,7 +26,7 @@ class ModuleSpanningTree;
|
||||
* tree, used for rapid linear lookups.
|
||||
*/
|
||||
#ifdef WINDOWS
|
||||
typedef nspace::hash_map<std::string, TreeServer*, nspace::hash_compare<std::string, less<string> > > server_hash;
|
||||
typedef nspace::hash_map<std::string, TreeServer*, nspace::hash_compare<std::string, std::less<string> > > server_hash;
|
||||
#else
|
||||
typedef nspace::hash_map<std::string, TreeServer*, nspace::hash<std::string>, irc::StrHashComp> server_hash;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user