Skip to content

Commit 580f227

Browse files
authored
Update xml/issue4445.xml
1 parent 8e99042 commit 580f227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4445.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace std::execution {
4242
explicit task_scheduler(Sch&& sch, Allocator alloc = {});
4343

4444
<ins>task_scheduler(const task_scheduler&amp;) = default;</ins>
45-
<ins>task_scheduler& operator=(const task_scheduler&amp;) = default;</ins>
45+
<ins>task_scheduler&amp; operator=(const task_scheduler&amp;) = default;</ins>
4646

4747
<i>ts-sender</i> schedule();
4848

0 commit comments

Comments
 (0)