diff --git a/libcxx/include/__iterator/static_bounded_iter.h b/libcxx/include/__iterator/static_bounded_iter.h index 9a1990ada3c983..92e879ccefcb0c 100644 --- a/libcxx/include/__iterator/static_bounded_iter.h +++ b/libcxx/include/__iterator/static_bounded_iter.h @@ -37,7 +37,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD // it can be computed from the start of the range. // // The operations on which this iterator wrapper traps are the same as `__bounded_iter`. -template ::value> > +template ::value> > struct __static_bounded_iter { using value_type = typename iterator_traits<_Iterator>::value_type; using difference_type = typename iterator_traits<_Iterator>::difference_type;