diff --git a/examples/allmaps.cc b/examples/allmaps.cc index 6259624..a404653 100644 --- a/examples/allmaps.cc +++ b/examples/allmaps.cc @@ -58,8 +58,8 @@ int main(int, char **) // example of using default parameters in order to specify the mutex type using Map = phmap::parallel_flat_hash_map, - phmap::priv::hash_default_eq, + std::hash, + std::equal_to, std::allocator>, 4, std::mutex>;