From 5873e726c47685d5bfb161b5757925ae24cdb4e2 Mon Sep 17 00:00:00 2001 From: Cedric Augonnet Date: Fri, 10 Jan 2025 19:00:14 +0100 Subject: [PATCH 1/2] thrust::binary_function was deprecated in CCCL 2.6 and removed in CCCL 3.0 --- cpp/src/prims/property_op_utils.cuh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpp/src/prims/property_op_utils.cuh b/cpp/src/prims/property_op_utils.cuh index 04ad22cbf71..d8cff55e929 100644 --- a/cpp/src/prims/property_op_utils.cuh +++ b/cpp/src/prims/property_op_utils.cuh @@ -127,9 +127,7 @@ template typename Op> struct property_op : public Op {}; template typename Op> -struct property_op, Op> - : public thrust:: - binary_function, thrust::tuple, thrust::tuple> { +struct property_op, Op> { using Type = thrust::tuple; private: From 5426c6b388841dc554a6e537133735a073ca1d63 Mon Sep 17 00:00:00 2001 From: Cedric Augonnet Date: Fri, 10 Jan 2025 22:33:53 +0100 Subject: [PATCH 2/2] verify-copyright updates --- cpp/src/prims/property_op_utils.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/prims/property_op_utils.cuh b/cpp/src/prims/property_op_utils.cuh index d8cff55e929..2cab42c1dc8 100644 --- a/cpp/src/prims/property_op_utils.cuh +++ b/cpp/src/prims/property_op_utils.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2024, NVIDIA CORPORATION. + * Copyright (c) 2020-2025, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.