Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry pick to rocm-rel-6.2: Fix broken link in API #445

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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