Restore build for GCC < 4.3.

This commit is contained in:
derex 2008-11-09 13:27:22 +02:00
parent 1da8ff0043
commit 5055d957e2

View file

@ -48,7 +48,7 @@ using std::hash_map;
#elif COMPILER == COMPILER_GNU && (__GNUC__ > 4 || __GNUC__ == 4 && __GNUC_MINOR__ >= 3)
#define UNORDERED_MAP std::tr1::unordered_map
#elif COMPILER == COMPILER_GNU && __GNUC__ >= 3
#define UNORDERED_MAP std::__gnu_cxx::hash_map
#define UNORDERED_MAP __gnu_cxx::hash_map
namespace __gnu_cxx
{