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

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

improved hash performance with google hashmap

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