From f898d2eac785c96dd750c78bc89011cdc9c4f7d8 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Mon, 18 Nov 2024 15:25:30 -0800 Subject: [PATCH] Update include/cuco/detail/static_set/static_set.inl --- include/cuco/detail/static_set/static_set.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }