Skip to content

Commit b8dc5ec

Browse files
authored
[skip ci] reverted
1 parent fd92aaa commit b8dc5ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scattered_lookup.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void test(
163163

164164
struct common_hash:boost::hash<boost::uint64_t>
165165
{
166-
//using is_avalanching=std::true_type;
166+
using is_avalanching=std::true_type;
167167
};
168168

169169
int main()
@@ -202,7 +202,7 @@ int main()
202202
"Scattered unsuccessful lookup",
203203
unsuccessful_data,
204204
"absl::flat_hash_map",
205-
"absl::node_hash_map",
205+
"indivi::flat_wmap",
206206
"boost::unordered_map",
207207
"boost::unordered_flat_map",
208208
"boost::unordered_node_map"

0 commit comments

Comments
 (0)