Skip to content

Commit 566ed88

Browse files
committed
Fix the last doc failure
1 parent c2ade83 commit 566ed88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/cuco/operator.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ struct find_tag {
336336
* @see @tparam StencilIt Device accessible random access iterator whose value_type is
337337
* convertible to Predicate's argument type (retrieve_if only)
338338
* @see @tparam Predicate Unary predicate callable whose return type must be convertible to `bool`
339-
* and argument type is convertible from `std::iterator_traits<StencilIt>::value_type` (retrieve_if
340-
only)
341339
* @see @tparam OutputProbeIt Device accessible input iterator whose `value_type` is
342340
* convertible to the container's `key_type`
343341
* @see @tparam OutputMatchIt Device accessible input iterator whose `value_type` is

0 commit comments

Comments
 (0)