diff --git a/libcxx/include/iterator b/libcxx/include/iterator index 45516db24e7cd..e2910e9fdc2a1 100644 --- a/libcxx/include/iterator +++ b/libcxx/include/iterator @@ -1618,7 +1618,7 @@ private: __unwrap_iter(__wrap_iter<_Tp*>); #else template - inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR + inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR friend typename enable_if < is_trivially_copy_assignable<_Tp>::value,