diff --git a/source/algorithms.tex b/source/algorithms.tex index 2332a5d508..850f590fc5 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -10823,7 +10823,7 @@ class Proj1 = identity, class Proj2 = identity> requires @\libconcept{mergeable}@, iterator_t, iterator_t, Comp, Proj1, Proj2> ranges::set_symmetric_difference_result, borrowed_iterator_t, - borrowed_iterator_t> + borrowed_iterator_t> ranges::set_symmetric_difference(Ep&& exec, R1&& r1, R2&& r2, OutR&& result_r, Comp comp = {}, Proj1 proj1 = {}, Proj2 proj2 = {}); \end{itemdecl}