Skip to content

Commit 89801f1

Browse files
jwakelyzygoloid
authored andcommitted
[alg.reverse] remove duplicated Requires: element
Fixes NB JP 14 (C++17 DIS)
1 parent 8ffdb73 commit 89801f1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

source/algorithms.tex

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3188,7 +3188,8 @@
31883188
\begin{itemdescr}
31893189
\pnum
31903190
\requires
3191-
\tcode{*first} shall be swappable~(\ref{swappable.requirements}).
3191+
\tcode{BidirectionalIterator} shall satisfy the requirements of
3192+
\tcode{ValueSwappable}~(\ref{swappable.requirements}).
31923193

31933194
\pnum
31943195
\effects
@@ -3199,11 +3200,6 @@
31993200
to all pairs of iterators
32003201
\tcode{first + i, (last - i) - 1}.
32013202

3202-
\pnum
3203-
\requires
3204-
\tcode{BidirectionalIterator} shall satisfy the requirements of
3205-
\tcode{ValueSwappable}~(\ref{swappable.requirements}).
3206-
32073203
\pnum
32083204
\complexity
32093205
Exactly

0 commit comments

Comments
 (0)