Skip to content

Commit 27926ac

Browse files
committed
for other reasons, see LWG 4215, which also provides a different reason why finish should be noexcept
1 parent d6ca3eb commit 27926ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

xml/issue4476.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ so an atomic `run_loop` can never complete with an error.
2525
This wording is relative to <paper num="N5014"/>.
2626
</p>
2727

28+
<blockquote class="note">
29+
<p>
30+
[<i>Drafting note</i>: It should be pointed out that member function <tt>finish</tt> should be `noexcept`
31+
for other reasons as well, see LWG <iref ref="4215"/>.]
32+
</p>
33+
</blockquote>
34+
2835
<ol>
2936
<li><p>Modify <sref ref="[exec.run.loop.general]"/>, class `run_loop` synopsis, as indicated:</p>
3037

0 commit comments

Comments
 (0)