You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/exceptions.tex
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1129,7 +1129,8 @@
1129
1129
whose promise type has an \tcode{unhandled_stopped} member function, or
1130
1130
1131
1131
\item%
1132
-
when an exception is thrown from a coroutine \tcode{std::execution::task}\iref{exec.task} which doesn't support a \tcode{std::execution::set_error_t(std::execption_ptr)} completion.
1132
+
when an exception is thrown from a coroutine \tcode{std::execution::task}\iref{exec.task}
1133
+
which doesn't support a \tcode{std::execution::set_error_t(std::exception_ptr)} completion.
0 commit comments