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 0efc083 commit 320e0e1Copy full SHA for 320e0e1
libcxx/include/__ranges/lazy_split_view.h
@@ -76,6 +76,7 @@ class lazy_split_view : public view_interface<lazy_split_view<_View, _Pattern>>
76
_If<!forward_range<_View>, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
77
_LIBCPP_NO_UNIQUE_ADDRESS _MaybeCurrent __current_ = _MaybeCurrent();
78
79
+private:
80
template <bool>
81
struct __outer_iterator;
82
0 commit comments