Skip to content

Commit

Permalink
update example to use more typical defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Nov 29, 2020
1 parent 50cd894 commit 95eedc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/allmaps.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::size_t, std::size_t,
phmap::priv::hash_default_hash<size_t>,
phmap::priv::hash_default_eq<size_t>,
std::hash<size_t>,
std::equal_to<size_t>,
std::allocator<std::pair<const size_t, size_t>>,
4,
std::mutex>;
Expand Down

0 comments on commit 95eedc7

Please sign in to comment.