Skip to content

Commit 76bc3d7

Browse files
committed
fixup! modernize-use-equals-default
1 parent 9fa3d7c commit 76bc3d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thrust/thrust/mr/disjoint_pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class disjoint_unsynchronized_pool_resource final
149149

150150
/*! Destructor. Releases all held memory to upstream.
151151
*/
152-
~disjoint_unsynchronized_pool_resource() override
152+
_CCCL_HOST ~disjoint_unsynchronized_pool_resource() override
153153
{
154154
release();
155155
}

0 commit comments

Comments
 (0)