Skip to content

Commit 55f56f9

Browse files
committed
LWG4415 task::promise_type::uncaught_exception seems to be misnamed
1 parent 371741a commit 55f56f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/exec.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7426,7 +7426,7 @@
74267426
static constexpr suspend_always @\libmember{initial_suspend}{task::promise_type}@() noexcept { return {}; }
74277427
auto final_suspend() noexcept;
74287428

7429-
void uncaught_exception();
7429+
void unhandled_exception();
74307430
coroutine_handle<> unhandled_stopped() noexcept;
74317431

74327432
void return_void(); // present only if \tcode{is_void_v<T>} is \tcode{true}
@@ -7581,9 +7581,9 @@
75817581
\end{codeblock}
75827582
\end{itemdescr}
75837583

7584-
\indexlibrarymember{uncaught_exception}{task::promise_type}%
7584+
\indexlibrarymember{unhandled_exception}{task::promise_type}%
75857585
\begin{itemdecl}
7586-
void uncaught_exception();
7586+
void unhandled_exception();
75877587
\end{itemdecl}
75887588
\begin{itemdescr}
75897589
\pnum

0 commit comments

Comments
 (0)