From 5789899c9fd9d1927c871408ad496bc94bb3e66a Mon Sep 17 00:00:00 2001 From: Michael Schellenberger Costa Date: Thu, 14 Nov 2024 16:16:03 +0000 Subject: [PATCH] Make `execute_with_allocator` default constructible --- thrust/thrust/detail/execute_with_allocator_fwd.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/thrust/thrust/detail/execute_with_allocator_fwd.h b/thrust/thrust/detail/execute_with_allocator_fwd.h index f9b08017300..ebf4d65a866 100644 --- a/thrust/thrust/detail/execute_with_allocator_fwd.h +++ b/thrust/thrust/detail/execute_with_allocator_fwd.h @@ -43,6 +43,11 @@ struct execute_with_allocator : BaseSystem