Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fea/rebind' into fea/rebind
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Sep 16, 2024
2 parents 399c4d8 + 40dcdc5 commit 0e69eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cuco/detail/static_multimap/static_multimap_ref.inl
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ __host__ __device__ auto constexpr static_multimap_ref<
cuco::empty_key<Key>{this->empty_key_sentinel()},
cuco::empty_value<T>{this->empty_value_sentinel()},
this->key_eq(),
impl_.probing_scheme(),
this->probing_scheme(),
{},
impl_.storage_ref()};
}
Expand Down Expand Up @@ -335,7 +335,7 @@ __host__ __device__ auto constexpr static_multimap_ref<
this->key_eq(),
impl_.probing_scheme(),
{},
impl_.storage_ref()};
this->storage_ref()};
}

template <typename Key,
Expand Down

0 comments on commit 0e69eb7

Please sign in to comment.