Skip to content

Commit 75e3e48

Browse files
jensmaurertkoeppe
authored andcommitted
[set.difference] Fix sentence
A misapplication of P3179R9. Fixes NB US 165-264 (C++26 CD).
1 parent 749103f commit 75e3e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10716,8 +10716,8 @@
1071610716
Otherwise, \tcode{\{j1, result_last\}}
1071710717
for the overloads in namespace \tcode{ranges},
1071810718
where the iterator \tcode{j1}
10719-
points to positions past the last copied or skipped elements
10720-
in \range{first1}{last1} and \range{first2}{last2}, respectively.
10719+
points to the position past the last copied or skipped element
10720+
in \range{first1}{last1}.
1072110721
\end{itemize}
1072210722

1072310723
\pnum

0 commit comments

Comments
 (0)