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 ea8bf70 commit d9075c8Copy full SHA for d9075c8
source/algorithms.tex
@@ -3201,7 +3201,8 @@
3201
\begin{itemdescr}
3202
\pnum
3203
\requires
3204
-\tcode{*first} shall be swappable\iref{swappable.requirements}.
+\tcode{BidirectionalIterator} shall satisfy the requirements of
3205
+\tcode{ValueSwappable}\iref{swappable.requirements}.
3206
3207
3208
\effects
@@ -3212,11 +3213,6 @@
3212
3213
to all pairs of iterators
3214
\tcode{first + i, (last - i) - 1}.
3215
-\pnum
3216
-\requires
3217
-\tcode{BidirectionalIterator} shall satisfy the requirements of
3218
-\tcode{ValueSwappable}\iref{swappable.requirements}.
3219
-
3220
3221
\complexity
3222
Exactly
0 commit comments