Ticket #41760: patch-hash-map.diff
File patch-hash-map.diff, 580 bytes (added by john@…, 11 years ago) |
---|
-
src/gle/tokens/StringKeyHash.h
old new 51 51 #undef EXT_HASH 52 52 #endif 53 53 #ifdef GCC2 54 #undef EXT_HASH54 // #undef EXT_HASH 55 55 #endif 56 56 #ifdef EXT_HASH 57 //#include <ext/hash_map>57 #include <ext/hash_map> 58 58 #else 59 59 #ifdef _MSC_VER 60 60 #include <hash_map> … … 76 76 77 77 #ifndef GCC2 78 78 #ifndef _MSC_VER 79 using namespace __gnu_cxx; // using gnu extensions such as "hash"79 // using namespace __gnu_cxx; // using gnu extensions such as "hash" 80 80 #endif 81 81 #endif 82 82