We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efb0b2 commit 4741fa1Copy full SHA for 4741fa1
thrust/testing/is_contiguous_iterator.cu
@@ -90,7 +90,7 @@ template <typename IteratorT, typename PointerT, typename expected_unwrapped_typ
90
struct check_unwrapped_iterator
91
{
92
using unwrapped_t =
93
- typename std::remove_reference<decltype(thrust::try_unwrap_contiguous_iterator(std::declval<IteratorT>()))>::type;
+ ::cuda::std::__remove_reference_t<decltype(thrust::try_unwrap_contiguous_iterator(cuda::std::declval<IteratorT>()))>;
94
95
static constexpr bool value =
96
std::is_same<expected_unwrapped_type, expect_pointer>::value
0 commit comments