We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e99042 commit 580f227Copy full SHA for 580f227
xml/issue4445.xml
@@ -42,7 +42,7 @@ namespace std::execution {
42
explicit task_scheduler(Sch&& sch, Allocator alloc = {});
43
44
<ins>task_scheduler(const task_scheduler&) = default;</ins>
45
- <ins>task_scheduler& operator=(const task_scheduler&) = default;</ins>
+ <ins>task_scheduler& operator=(const task_scheduler&) = default;</ins>
46
47
<i>ts-sender</i> schedule();
48
0 commit comments