We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f864509 commit 03f1150Copy full SHA for 03f1150
libcxx/include/__iterator/static_bounded_iter.h
@@ -37,7 +37,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
37
// it can be computed from the start of the range.
38
//
39
// The operations on which this iterator wrapper traps are the same as `__bounded_iter`.
40
-template <class _Iterator, size_t _Size, class = __enable_if_t< __libcpp_is_contiguous_iterator<_Iterator>::value> >
+template <class _Iterator, size_t _Size, class = __enable_if_t<__libcpp_is_contiguous_iterator<_Iterator>::value> >
41
struct __static_bounded_iter {
42
using value_type = typename iterator_traits<_Iterator>::value_type;
43
using difference_type = typename iterator_traits<_Iterator>::difference_type;
0 commit comments