Skip to content

Commit d51cc9b

Browse files
authored
[range.to.input.view] Add \ref for to_input_view​::​iterator (#7767)
1 parent 6a4c11e commit d51cc9b

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
@@ -17641,6 +17641,7 @@
1764117641
class to_input_view : public view_interface<to_input_view<V>> {
1764217642
V @\exposid{base_}@ = V(); // \expos
1764317643

17644+
// \ref{range.to.input.iterator}, class template \tcode{to_input_view::\exposid{iterator}}
1764417645
template<bool Const> class @\exposid{iterator}@; // \expos
1764517646

1764617647
public:

0 commit comments

Comments
 (0)