Skip to content

Commit 412205b

Browse files
committed
Merge remote-tracking branch 'origin/improve-retrieve' into improve-retrieve
2 parents 394a74a + c325a6b commit 412205b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/cuco/detail/static_set/static_set.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +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(
471-
first, last, output_probe, output_match, this->ref(op::retrieve), stream);
470+
return impl_->retrieve(first, last, output_probe, output_match, this->ref(op::retrieve), stream);
472471
}
473472

474473
template <class Key,

0 commit comments

Comments
 (0)