1
Fork 0

Poor hash functions break tests because of small set sizes.

This commit is contained in:
Davi Reis 2012-03-07 01:53:19 -05:00
parent dbd4856fae
commit 20aeaf8ee1
1 changed files with 0 additions and 2 deletions

View File

@ -71,7 +71,6 @@ template <> struct seeded_hash<std::hash<short> >
{ typedef seeded_hash_function<Murmur2> hash_function; };
template <> struct seeded_hash<std::hash<unsigned short> >
{ typedef seeded_hash_function<Murmur2> hash_function; };
/*
template <> struct seeded_hash<std::hash<int> >
{ typedef seeded_hash_function<Murmur2> hash_function; };
template <> struct seeded_hash<std::hash<unsigned int> >
@ -84,7 +83,6 @@ template <> struct seeded_hash<std::hash<long long> >
{ typedef seeded_hash_function<Murmur2> hash_function; };
template <> struct seeded_hash<std::hash<unsigned long long> >
{ typedef seeded_hash_function<Murmur2> hash_function; };
*/
} // namespace cxxmph