From Jason Turner

[stable.sort]

Diff to HTML by rtfpessoa

tmp/tmpe5xvjm55/{from.md → to.md} RENAMED
@@ -18,7 +18,7 @@ shall satisfy the requirements of `MoveConstructible`
18
  (Table  [[moveassignable]]).
19
 
20
  *Complexity:* It does at most N log²(N) (where N` == last - first`)
21
  comparisons; if enough extra memory is available, it is N log(N).
22
 
23
- *Remarks:* Stable.
24
 
 
18
  (Table  [[moveassignable]]).
19
 
20
  *Complexity:* It does at most N log²(N) (where N` == last - first`)
21
  comparisons; if enough extra memory is available, it is N log(N).
22
 
23
+ *Remarks:* Stable ([[algorithm.stable]]).
24