use boost/function/hash for easy msvc compatibility even though msvc 2010 would support using std::hash in <functional>
This commit is contained in:
parent
c39ec51793
commit
193c7d9d20
1 changed files with 2 additions and 2 deletions
4
deps/sparsehash/internal/sparseconfig.h
vendored
4
deps/sparsehash/internal/sparseconfig.h
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue