Skip to content

Commit 9bb73d1

Browse files
committed
Add comments to 4339
1 parent 3546374 commit 9bb73d1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

xml/issue4339.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ Set priority to 2 after reflector poll.
4949
<p>
5050
"P/R is incomplete - also needs to update at least `promise_type::uncaught_exception()`."
5151
</p>
52+
53+
<note>Kona 2025-11-06</note>
54+
<p>
55+
SG1 think resolution looks good, but noted pre-existing issue that 7.3 doesn't
56+
use `std::move` on `*st.result`.
57+
(Would need to be `*std::move(st.result)` to handle <tt>optional&lt;T&amp;&gt;</tt> correctly.)
58+
</p>
59+
<p>
60+
LWG <iref ref="4415"/> renames `uncaught_exception` to `unhandled_exception`.
61+
</p>
62+
5263
</discussion>
5364

5465
<resolution>

0 commit comments

Comments
 (0)