Skip to content

Commit 4741fa1

Browse files
Update thrust/testing/is_contiguous_iterator.cu
Co-authored-by: Michael Schellenberger Costa <[email protected]>
1 parent 8efb0b2 commit 4741fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thrust/testing/is_contiguous_iterator.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ template <typename IteratorT, typename PointerT, typename expected_unwrapped_typ
9090
struct check_unwrapped_iterator
9191
{
9292
using unwrapped_t =
93-
typename std::remove_reference<decltype(thrust::try_unwrap_contiguous_iterator(std::declval<IteratorT>()))>::type;
93+
::cuda::std::__remove_reference_t<decltype(thrust::try_unwrap_contiguous_iterator(cuda::std::declval<IteratorT>()))>;
9494

9595
static constexpr bool value =
9696
std::is_same<expected_unwrapped_type, expect_pointer>::value

0 commit comments

Comments
 (0)