source: GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/sparsehash/hash_fun.h @ 2162

Revision 2162, 165 bytes checked in by mattausch, 17 years ago (diff)

improved hash performance with google hashmap

Line 
1#ifndef WIN32
2#ifndef HASH_NAMESPACE
3#define HASH_NAMESPACE __gnu_cxx
4#endif
5
6#include <ext/stl_hash_fun.h>
7#else
8#include <./windows/stl_hash_fun.h>
9#endif
Note: See TracBrowser for help on using the repository browser.