We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffdb73 commit 89801f1Copy full SHA for 89801f1
source/algorithms.tex
@@ -3188,7 +3188,8 @@
3188
\begin{itemdescr}
3189
\pnum
3190
\requires
3191
-\tcode{*first} shall be swappable~(\ref{swappable.requirements}).
+\tcode{BidirectionalIterator} shall satisfy the requirements of
3192
+\tcode{ValueSwappable}~(\ref{swappable.requirements}).
3193
3194
3195
\effects
@@ -3199,11 +3200,6 @@
3199
3200
to all pairs of iterators
3201
\tcode{first + i, (last - i) - 1}.
3202
-\pnum
3203
-\requires
3204
-\tcode{BidirectionalIterator} shall satisfy the requirements of
3205
-\tcode{ValueSwappable}~(\ref{swappable.requirements}).
3206
-
3207
3208
\complexity
3209
Exactly
0 commit comments