Skip to content

Commit

Permalink
Fix hardcoding __THRUST_HOST_SYSTEM_NAMESPACE to cpp (#2341)
Browse files Browse the repository at this point in the history
This change was erroneously introduced in 91b78d8

Fixes: #2098
  • Loading branch information
bernhardmgruber authored Aug 31, 2024
1 parent bb6c7b1 commit 0a40182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/thrust/mr/host_memory_resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@

THRUST_NAMESPACE_BEGIN

using host_memory_resource = thrust::system::cpp::memory_resource;
using host_memory_resource = thrust::system::__THRUST_HOST_SYSTEM_NAMESPACE::memory_resource;

THRUST_NAMESPACE_END

0 comments on commit 0a40182

Please sign in to comment.