Skip to content

Commit 2950e9f

Browse files
JohelEGPzygoloid
authored andcommitted
[iterator.concept.sizedsentinel] Improve description
1 parent 331d1a0 commit 2950e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iterators.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,8 +1542,8 @@
15421542

15431543
\pnum
15441544
The \libconcept{sized_sentinel_for} concept specifies
1545-
requirements on an \libconcept{input_or_output_iterator} and
1546-
a corresponding \libconcept{sentinel_for}
1545+
requirements on an \libconcept{input_or_output_iterator} type \tcode{I} and
1546+
a corresponding \tcode{\libconcept{sentinel_for}<I>}
15471547
that allow the use of the \tcode{-} operator to compute the distance
15481548
between them in constant time.
15491549

0 commit comments

Comments
 (0)