Skip to content

Commit

Permalink
thrust::binary_function was deprecated in CCCL 2.6 and removed in CCC…
Browse files Browse the repository at this point in the history
…L 3.0
  • Loading branch information
caugonnet committed Jan 10, 2025
1 parent 012dd38 commit ae3036b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp/src/prims/property_op_utils.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ template <typename T, template <typename> typename Op>
struct property_op : public Op<T> {};

template <typename... Args, template <typename> typename Op>
struct property_op<thrust::tuple<Args...>, Op>
: public thrust::
binary_function<thrust::tuple<Args...>, thrust::tuple<Args...>, thrust::tuple<Args...>> {
struct property_op<thrust::tuple<Args...>, Op> {
using Type = thrust::tuple<Args...>;

private:
Expand Down

0 comments on commit ae3036b

Please sign in to comment.