Mercurial > repos > zzhou > spp_phantompeak
view spp/src/pc.h @ 16:5648b4efe736 draft
Uploaded
| author | zzhou |
|---|---|
| date | Tue, 27 Nov 2012 16:22:26 -0500 |
| parents | ce08b0efa3fd |
| children |
line wrap: on
line source
#ifndef PC_H #define PC_H 1 #include <functional> //#include <hash_map.h> #include <ext/hash_set> #include <ext/hash_map> namespace __gnu_cxx { template<> struct hash< std::string > { size_t operator()( const std::string& x ) const { return hash< const char* >()( x.c_str() ); } }; } #endif
