diff --git a/include/cuco/detail/static_set/static_set.inl b/include/cuco/detail/static_set/static_set.inl index cff6032f5..af34421e7 100644 --- a/include/cuco/detail/static_set/static_set.inl +++ b/include/cuco/detail/static_set/static_set.inl @@ -467,7 +467,7 @@ static_set::ret OutputIt2 output_match, cuda::stream_ref stream) const { - return this->impl_->retrieve( + return impl_->retrieve( first, last, output_probe, output_match, this->ref(op::retrieve), stream); }