Skip to content

Commit

Permalink
Fix broken link in API
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-jnovotny committed Aug 16, 2024
1 parent f3e65cd commit d6728a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/functional.h
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ struct binary_negate
* \return A new object, <tt>npred</tt> such that <tt>npred(x,y)</tt> always returns
* the same value as <tt>!pred(x,y)</tt>.
*
* \tparam Binary Predicate is a model of <a href="https://en.cppreference.com/w/cpp/utility/functional/AdaptableBinaryPredicate">Adaptable Binary Predicate</a>.
* \tparam Binary Predicate is a model of <a href="https://en.cppreference.com/w/cpp/utility/functional/binary_negate">Adaptable Binary Predicate</a>.
*
* \see binary_negate
* \see not1
Expand Down

0 comments on commit d6728a2

Please sign in to comment.