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 7cc9433 commit b1d520dCopy full SHA for b1d520d
include/cppcoro/task.hpp
@@ -49,7 +49,7 @@ namespace cppcoro
49
// were crashing under x86 optimised builds.
50
template<typename PROMISE>
51
CPPCORO_NOINLINE
52
- void await_suspend(cppcoro::coroutine_handle<PROMISE> coroutine)
+ void await_suspend(cppcoro::coroutine_handle<PROMISE> coroutine) noexcept
53
{
54
task_promise_base& promise = coroutine.promise();
55
0 commit comments