<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">_VSTD macro was removed from libcxx
Upstream commit: https://github.com/ROCm/rocThrust/commit/bc24ef2613e282d57d96dcf4263e2fa2cab171e4
--- a/thrust/type_traits/is_contiguous_iterator.h
+++ b/thrust/type_traits/is_contiguous_iterator.h
@@ -139,7 +139,7 @@ struct is_libcxx_wrap_iter : false_type {};
 #if defined(_LIBCPP_VERSION)
 template &lt;typename Iterator&gt;
 struct is_libcxx_wrap_iter&lt;
-  _VSTD::__wrap_iter&lt;Iterator&gt;
+  std::__wrap_iter&lt;Iterator&gt;
 &gt; : true_type {};
 #endif
 
</pre></body></html>