diff --git a/benchmark/string.cpp b/benchmark/string.cpp index 08b9f358..a9492b8a 100644 --- a/benchmark/string.cpp +++ b/benchmark/string.cpp @@ -301,10 +301,10 @@ template using absl_flat_hash_map = #ifdef HAVE_TSL_HOPSCOTCH template using tsl_hopscotch_map = - tsl::hopscotch_map, std::equal_to, allocator_for>; + tsl::hopscotch_map, std::equal_to, ::allocator< std::pair >>; template using tsl_hopscotch_pg_map = - tsl::hopscotch_pg_map, std::equal_to, allocator_for>; + tsl::hopscotch_pg_map, std::equal_to, ::allocator< std::pair >>; #endif @@ -379,10 +379,10 @@ template using absl_flat_hash_map_fnv1a = #ifdef HAVE_TSL_HOPSCOTCH template using tsl_hopscotch_map_fnv1a = - tsl::hopscotch_map, allocator_for>; + tsl::hopscotch_map, ::allocator< std::pair >>; template using tsl_hopscotch_pg_map_fnv1a = - tsl::hopscotch_pg_map, allocator_for>; + tsl::hopscotch_pg_map, ::allocator< std::pair >>; #endif diff --git a/benchmark/uint32.cpp b/benchmark/uint32.cpp index 9747dcbf..9095bd38 100644 --- a/benchmark/uint32.cpp +++ b/benchmark/uint32.cpp @@ -317,10 +317,10 @@ template using absl_flat_hash_map = #ifdef HAVE_TSL_HOPSCOTCH template using tsl_hopscotch_map = - tsl::hopscotch_map, std::equal_to, allocator_for>; + tsl::hopscotch_map, std::equal_to, ::allocator< std::pair >>; template using tsl_hopscotch_pg_map = - tsl::hopscotch_pg_map, std::equal_to, allocator_for>; + tsl::hopscotch_pg_map, std::equal_to, ::allocator< std::pair >>; #endif diff --git a/benchmark/uint64.cpp b/benchmark/uint64.cpp index 5b068da6..f4624f7b 100644 --- a/benchmark/uint64.cpp +++ b/benchmark/uint64.cpp @@ -317,10 +317,10 @@ template using absl_flat_hash_map = #ifdef HAVE_TSL_HOPSCOTCH template using tsl_hopscotch_map = - tsl::hopscotch_map, std::equal_to, allocator_for>; + tsl::hopscotch_map, std::equal_to, ::allocator< std::pair >>; template using tsl_hopscotch_pg_map = - tsl::hopscotch_pg_map, std::equal_to, allocator_for>; + tsl::hopscotch_pg_map, std::equal_to, ::allocator< std::pair >>; #endif