Skip to content

Commit d94e294

Browse files
committed
Close 4150 as resolved by P3396R1
1 parent 1db91dd commit d94e294

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

xml/issue4150.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4150" status="New">
4+
<issue num="4150" status="Resolved">
55
<title>The preconditions on <tt>run_loop::run()</tt> are too strict</title>
66
<section><sref ref="[exec.run.loop.members]"/></section>
77
<submitter>Eric Niebler</submitter>
@@ -30,6 +30,9 @@ loop.run();
3030
If <tt>sndr</tt> completes synchronously, the <tt>sync_wait_receiver</tt> will call <tt>finish()</tt>
3131
on the loop before <tt>loop.run()</tt> is called, violating <tt>run</tt>'s precondition.
3232
</p>
33+
<note>2025-02-07 Status changed: New &rarr; Resolved.</note>
34+
<p>Resolved by <paper num="P3396R1"/>.</p>
35+
3336
</discussion>
3437

3538
<resolution>

0 commit comments

Comments
 (0)