From fd3fd7fc4c4602fdce6c4b3a4b8a2a1e87e75150 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Mon, 3 Nov 2025 14:38:09 +0100 Subject: [PATCH] [set.difference] Fix sentence A misapplication of P3179R9. Fixes NB US 165-264 (C++26 CD). --- source/algorithms.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/algorithms.tex b/source/algorithms.tex index 6ca7e0f127..a30ec42457 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -10716,8 +10716,8 @@ Otherwise, \tcode{\{j1, result_last\}} for the overloads in namespace \tcode{ranges}, where the iterator \tcode{j1} - points to positions past the last copied or skipped elements - in \range{first1}{last1} and \range{first2}{last2}, respectively. + points to the position past the last copied or skipped element + in \range{first1}{last1}. \end{itemize} \pnum