Skip to content

Commit

Permalink
Fix make_copy
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Dec 18, 2023
1 parent ac9e9a7 commit 188e973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cuco/detail/static_set/static_set_ref.inl
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ static_set_ref<Key, Scope, KeyEqual, ProbingScheme, StorageRef, Operators...>::m
cuco::erased_key<Key>{this->erased_key_sentinel()},
this->key_eq(),
this->impl_.probing_scheme(),
{},
storage_ref_type{this->window_extent(), memory_to_use}};
}

Expand Down

0 comments on commit 188e973

Please sign in to comment.