Skip to content

Commit 88541f7

Browse files
authored
[range.req.general] Remove incorrect normative duplication for 'view' (#5235)
1 parent 2e5976f commit 88541f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,8 +1044,8 @@
10441044
return an iterator and a sentinel, respectively.
10451045
The \libconcept{sized_range} concept refines \libconcept{range} with
10461046
the requirement that \tcode{ranges::size} be amortized \bigoh{1}.
1047-
The \libconcept{view} concept specifies requirements on a \libconcept{range} type
1048-
with constant-time destruction and move operations.
1047+
The \libconcept{view} concept specifies requirements on
1048+
a \libconcept{range} type to provide operations with predictable complexity.
10491049

10501050
\pnum
10511051
Several refinements of \libconcept{range} group requirements

0 commit comments

Comments
 (0)