Skip to content

Commit 000d4c0

Browse files
hewillktkoeppe
authored andcommitted
[range.chunk.outer.value] Add missing private specifier
1 parent aa2c645 commit 000d4c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/ranges.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11209,6 +11209,7 @@
1120911209
template<@\libconcept{view}@ V>
1121011210
requires @\libconcept{input_range}@<V>
1121111211
struct chunk_view<V>::@\exposid{outer-iterator}@::value_type : view_interface<value_type> {
11212+
private:
1121211213
chunk_view* @\exposid{parent_}@; // \expos
1121311214

1121411215
constexpr explicit value_type(chunk_view& parent); // \expos

0 commit comments

Comments
 (0)