tmp/tmp4c2f_prq/{from.md → to.md}
RENAMED
|
@@ -41,11 +41,11 @@ shall satisfy the requirements of `MoveConstructible`
|
|
| 41 |
(Table [[moveassignable]]).
|
| 42 |
|
| 43 |
*Complexity:* It does at most N log²(N) (where N` == last - first`)
|
| 44 |
comparisons; if enough extra memory is available, it is N log(N).
|
| 45 |
|
| 46 |
-
*Remarks:* Stable.
|
| 47 |
|
| 48 |
#### `partial_sort` <a id="partial.sort">[[partial.sort]]</a>
|
| 49 |
|
| 50 |
``` cpp
|
| 51 |
template<class RandomAccessIterator>
|
|
|
|
| 41 |
(Table [[moveassignable]]).
|
| 42 |
|
| 43 |
*Complexity:* It does at most N log²(N) (where N` == last - first`)
|
| 44 |
comparisons; if enough extra memory is available, it is N log(N).
|
| 45 |
|
| 46 |
+
*Remarks:* Stable ([[algorithm.stable]]).
|
| 47 |
|
| 48 |
#### `partial_sort` <a id="partial.sort">[[partial.sort]]</a>
|
| 49 |
|
| 50 |
``` cpp
|
| 51 |
template<class RandomAccessIterator>
|