use boost/function/hash for easy msvc compatibility even though msvc 2010 would support using std::hash in <functional>

This commit is contained in:
Dane Springmeyer 2013-01-09 19:46:47 -08:00
parent c39ec51793
commit 193c7d9d20

View file

@ -7,10 +7,10 @@
#define GOOGLE_NAMESPACE ::google
/* the location of the header defining hash functions */
#define HASH_FUN_H <tr1/functional>
#define HASH_FUN_H <boost/functional/hash.hpp>
/* the namespace of the hash<> function */
#define HASH_NAMESPACE std::tr1
#define HASH_NAMESPACE boost
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1