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 3546374 commit 9bb73d1Copy full SHA for 9bb73d1
xml/issue4339.xml
@@ -49,6 +49,17 @@ Set priority to 2 after reflector poll.
49
<p>
50
"P/R is incomplete - also needs to update at least `promise_type::uncaught_exception()`."
51
</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<T&></tt> correctly.)
58
+</p>
59
60
+LWG <iref ref="4415"/> renames `uncaught_exception` to `unhandled_exception`.
61
62
63
</discussion>
64
65
<resolution>
0 commit comments