Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/improve-retrieve' into improve-r…
Browse files Browse the repository at this point in the history
…etrieve
  • Loading branch information
PointKernel committed Nov 19, 2024
2 parents 394a74a + c325a6b commit 412205b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/cuco/detail/static_set/static_set.inl
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,7 @@ static_set<Key, Extent, Scope, KeyEqual, ProbingScheme, Allocator, Storage>::ret
OutputIt2 output_match,
cuda::stream_ref stream) const
{
return this->impl_->retrieve(
first, last, output_probe, output_match, this->ref(op::retrieve), stream);
return impl_->retrieve(first, last, output_probe, output_match, this->ref(op::retrieve), stream);
}

template <class Key,
Expand Down

0 comments on commit 412205b

Please sign in to comment.