File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' standalone =' no' ?>
2
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
3
4
- <issue num =" 4150" status =" New " >
4
+ <issue num =" 4150" status =" Resolved " >
5
5
<title >The preconditions on <tt >run_loop::run()</tt > are too strict</title >
6
6
<section ><sref ref =" [exec.run.loop.members]" /></section >
7
7
<submitter >Eric Niebler</submitter >
@@ -30,6 +30,9 @@ loop.run();
30
30
If <tt >sndr</tt > completes synchronously, the <tt >sync_wait_receiver</tt > will call <tt >finish()</tt >
31
31
on the loop before <tt >loop.run()</tt > is called, violating <tt >run</tt >'s precondition.
32
32
</p >
33
+ <note >2025-02-07 Status changed: New → Resolved.</note >
34
+ <p >Resolved by <paper num =" P3396R1" />.</p >
35
+
33
36
</discussion >
34
37
35
38
<resolution >
You can’t perform that action at this time.
0 commit comments