mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42554 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
575 B
Diff
13 lines
575 B
Diff
diff --git a/thrust/type_traits/is_contiguous_iterator.h b/thrust/type_traits/is_contiguous_iterator.h
|
|
index 252ed69..c542929 100644
|
|
--- a/thrust/type_traits/is_contiguous_iterator.h
|
|
+++ b/thrust/type_traits/is_contiguous_iterator.h
|
|
@@ -131,7 +131,7 @@ struct is_libcxx_wrap_iter : false_type {};
|
|
#if defined(_LIBCPP_VERSION)
|
|
template <typename Iterator>
|
|
struct is_libcxx_wrap_iter<
|
|
-# if _LIBCPP_VERSION < 14000 || THRUST_DEVICE_COMPILER == THRUST_DEVICE_COMPILER_HIP
|
|
+# if _LIBCPP_VERSION < 14000
|
|
_VSTD::__wrap_iter<Iterator>
|
|
# else
|
|
std::__wrap_iter<Iterator>
|