Show
Ignore:
Timestamp:
11/19/08 13:46:44 (17 years ago)
Author:
yumileroy
Message:

[svn] * GCC compile fix - Source Derex
* Cleanups

*** This revision made by ogres due to our Gnome engineers getting a little too drunk at yesterdays Trinity office party(It's true, would I lie to you?).

Original author: KingPin?
Date: 2008-11-10 20:11:14-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/framework/Utilities/UnorderedMap.h

    r206 r210  
    5151#define UNORDERED_MAP std::tr1::unordered_map 
    5252#elif COMPILER == COMPILER_GNU && __GNUC__ >= 3 
    53 #define UNORDERED_MAP std::__gnu_cxx::hash_map 
     53#define UNORDERED_MAP __gnu_cxx::hash_map 
    5454 
    5555namespace __gnu_cxx