tmp/tmpnncil0bq/{from.md → to.md}
RENAMED
|
@@ -66,7 +66,7 @@ Returns
|
|
| 66 |
comparisons and applications of each projection.
|
| 67 |
|
| 68 |
*Remarks:* If \[`first1`, `last1`) contains m elements that are
|
| 69 |
equivalent to each other and \[`first2`, `last2`) contains n elements
|
| 70 |
that are equivalent to them, the last max(m - n, 0) elements from
|
| 71 |
-
\[`first1`, `last1`)
|
| 72 |
|
|
|
|
| 66 |
comparisons and applications of each projection.
|
| 67 |
|
| 68 |
*Remarks:* If \[`first1`, `last1`) contains m elements that are
|
| 69 |
equivalent to each other and \[`first2`, `last2`) contains n elements
|
| 70 |
that are equivalent to them, the last max(m - n, 0) elements from
|
| 71 |
+
\[`first1`, `last1`) are copied to the output range, in order.
|
| 72 |
|