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 e5c5b65 commit a91ffa7Copy full SHA for a91ffa7
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