Skip to content

Commit f898d2e

Browse files
authored
Update include/cuco/detail/static_set/static_set.inl
1 parent a7a2c43 commit f898d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cuco/detail/static_set/static_set.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ static_set<Key, Extent, Scope, KeyEqual, ProbingScheme, Allocator, Storage>::ret
467467
OutputIt2 output_match,
468468
cuda::stream_ref stream) const
469469
{
470-
return this->impl_->retrieve(
470+
return impl_->retrieve(
471471
first, last, output_probe, output_match, this->ref(op::retrieve), stream);
472472
}
473473

0 commit comments

Comments
 (0)