]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hash_map.h
irc::tokenstream is a token parser which using std::string and std::vector builds...
[user/henk/code/inspircd.git] / include / hash_map.h
index 39529634a23a8011b045dd53a82a789294df8f7b..9d57c33ebbdec31facdc6c376aa808e02206c20b 100644 (file)
 
 #include "inspircd_config.h"
 
-#ifdef GCC3
-
 #include <ext/hash_map>
 #define nspace __gnu_cxx
 
-#else
-
-#include <hash_map>
-#define nspace std
-
-#endif
-
 #endif