Skip to content

Commit

Permalink
Oh I finally find you
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Oct 7, 2023
1 parent 9fbe05d commit 87e39b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cuco/detail/static_map/static_map.inl
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ auto static_map<Key, T, Extent, Scope, KeyEqual, ProbingScheme, Allocator, Stora
impl_->storage_ref()}
: ref_type<Operators...>{cuco::empty_key<key_type>(this->empty_key_sentinel()),
cuco::empty_value<mapped_type>(this->empty_value_sentinel()),
cuco::erased_key<key_type>(this->erased_key_sentinel()),
impl_->key_eq(),
impl_->probing_scheme(),
impl_->storage_ref()};
Expand Down

0 comments on commit 87e39b8

Please sign in to comment.