Skip to content

Commit 89cc24e

Browse files
committed
[algorithm.syn] Remove stray comma.
This seems to be an error in the wording of LWG 4544 (LWG Motion 2). Addresses editorial review committee feedback.
1 parent d5078b0 commit 89cc24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3633,7 +3633,7 @@
36333633
namespace ranges {
36343634
template<class I, class O>
36353635
using @\libglobal{set_difference_result}@ = in_out_result<I, O>;
3636-
template<class I1, class, I2, class O>
3636+
template<class I1, class I2, class O>
36373637
using @\libglobal{set_difference_truncated_result}@ = in_in_out_result<I1, I2, O>;
36383638

36393639
template<@\libconcept{input_iterator}@ I1, @\libconcept{sentinel_for}@<I1> S1, @\libconcept{input_iterator}@ I2, @\libconcept{sentinel_for}@<I2> S2,

0 commit comments

Comments
 (0)