diff --git a/src/stdgpu/impl/iterator_detail.h b/src/stdgpu/impl/iterator_detail.h index 7447dd9bc..ba3442f4d 100644 --- a/src/stdgpu/impl/iterator_detail.h +++ b/src/stdgpu/impl/iterator_detail.h @@ -387,7 +387,8 @@ inserter(Container& c) } // namespace stdgpu -namespace thrust::detail +THRUST_NAMESPACE_BEGIN +namespace detail { template @@ -405,6 +406,7 @@ struct is_proxy_reference> : pu { }; -} // namespace thrust::detail +} // namespace detail +THRUST_NAMESPACE_END #endif // STDGPU_ITERATORDETAIL_H