From Jason Turner

[alg.rotate]

Diff to HTML by rtfpessoa

tmp/tmp17fh7ix9/{from.md → to.md} RENAMED
@@ -14,12 +14,12 @@ the element from the position `first + i` into position
14
 
15
  *Remarks:* This is a left rotate.
16
 
17
  *Requires:* \[`first`, `middle`) and \[`middle`, `last`) shall be valid
18
  ranges. `ForwardIterator` shall satisfy the requirements of
19
- ValueSwappable ([[swappable.requirements]]). The type of `*first` shall
20
- satisfy the requirements of `MoveConstructible`
21
  (Table  [[moveconstructible]]) and the requirements of `MoveAssignable`
22
  (Table  [[moveassignable]]).
23
 
24
  *Complexity:* At most `last - first` swaps.
25
 
 
14
 
15
  *Remarks:* This is a left rotate.
16
 
17
  *Requires:* \[`first`, `middle`) and \[`middle`, `last`) shall be valid
18
  ranges. `ForwardIterator` shall satisfy the requirements of
19
+ `ValueSwappable` ([[swappable.requirements]]). The type of `*first`
20
+ shall satisfy the requirements of `MoveConstructible`
21
  (Table  [[moveconstructible]]) and the requirements of `MoveAssignable`
22
  (Table  [[moveassignable]]).
23
 
24
  *Complexity:* At most `last - first` swaps.
25