Ticket #41760: patch-hash-map.diff

File patch-hash-map.diff, 580 bytes (added by john@…, 10 years ago)
  • src/gle/tokens/StringKeyHash.h

    old new  
    5151        #undef EXT_HASH
    5252#endif
    5353#ifdef GCC2
    54         #undef EXT_HASH
     54//      #undef EXT_HASH
    5555#endif
    5656#ifdef EXT_HASH
    57 //      #include <ext/hash_map>
     57        #include <ext/hash_map>
    5858#else
    5959        #ifdef _MSC_VER
    6060        #include <hash_map>
     
    7676
    7777#ifndef GCC2
    7878#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"
    8080#endif
    8181#endif
    8282