Skip to content

Commit

Permalink
fix thrust namespace for template specializations that changed since …
Browse files Browse the repository at this point in the history
…thrust 2.3.0
  • Loading branch information
weynaa committed Aug 17, 2024
1 parent 3b7d712 commit 4d6bb20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/stdgpu/impl/iterator_detail.h
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ inserter(Container& c)

} // namespace stdgpu

namespace thrust::detail
THRUST_NAMESPACE_BEGIN
namespace detail
{

template <typename Container>
Expand All @@ -405,6 +406,7 @@ struct is_proxy_reference<stdgpu::detail::insert_iterator_proxy<Container>> : pu
{
};

} // namespace thrust::detail
} // namespace detail
THRUST_NAMESPACE_END

#endif // STDGPU_ITERATORDETAIL_H

0 comments on commit 4d6bb20

Please sign in to comment.