@@ -10448,11 +10448,11 @@
1044810448\range{first2}{last2} contains $n$ elements that are equivalent to them,
1044910449then all $m$ elements from the first range
1045010450are included in the union, in order, and
10451- then the final $\max(n - m,0)$ elements from the second range
10451+ then the final $\max(n - m, 0)$ elements from the second range
1045210452are included in the union, in order.
1045310453If, of those elements, $k$ elements from the first range
1045410454are copied to the output range,
10455- then the first $\min(k,n)$ elements from the second range
10455+ then the first $\min(k, n)$ elements from the second range
1045610456are considered \term{skipped}.
1045710457Copies the first $N$ elements of the sorted union
1045810458to the range \range{result}{result + $N$}.
1058710587then the first $k$ elements from the second range
1058810588are considered \term{skipped}.
1058910589If $N < M$, a non-copied element is also considered skipped
10590- if it compares less than the $(N+ 1)^\text{th}$ element
10590+ if it compares less than the $(N + 1)^\text{th}$ element
1059110591of the sorted intersection.
1059210592Copies the first $N$ elements of the sorted intersection
1059310593to the range \range{result}{result + $N$}.
1073510735 for the overloads in namespace \tcode{ranges},
1073610736 where the iterator \tcode{j1}
1073710737 points to the position of the element in \range{first1}{last1}
10738- corresponding to the $(N+ 1)^\text{th}$ element of the sorted difference.
10738+ corresponding to the $(N + 1)^\text{th}$ element of the sorted difference.
1073910739\end{itemize}
1074010740
1074110741\pnum
1085310853the last $n - m$ of these elements from \range{first2}{last2},
1085410854in order, if $m < n$.
1085510855If $N < M$, a non-copied element is considered \term{skipped}
10856- if it compares less than or equivalent to the $(N+ 1)^\text{th}$ element
10856+ if it compares less than or equivalent to the $(N + 1)^\text{th}$ element
1085710857of the sorted symmetric difference,
1085810858unless it is from the same range as that element and does not precede it.
1085910859Copies the first $N$ elements of the sorted symmetric difference
0 commit comments