We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7d712 commit 1d29bb6Copy full SHA for 1d29bb6
src/stdgpu/impl/iterator_detail.h
@@ -387,7 +387,8 @@ inserter(Container& c)
387
388
} // namespace stdgpu
389
390
-namespace thrust::detail
+THRUST_NAMESPACE_BEGIN
391
+namespace detail
392
{
393
394
template <typename Container>
@@ -405,6 +406,7 @@ struct is_proxy_reference<stdgpu::detail::insert_iterator_proxy<Container>> : pu
405
406
407
};
408
-} // namespace thrust::detail
409
+} // namespace detail
410
+THRUST_NAMESPACE_END
411
412
#endif // STDGPU_ITERATORDETAIL_H
0 commit comments