Skip to content

Commit b1d520d

Browse files
author
James Ellis
committed
fixed msvc compilation error
1 parent 7cc9433 commit b1d520d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cppcoro/task.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace cppcoro
4949
// were crashing under x86 optimised builds.
5050
template<typename PROMISE>
5151
CPPCORO_NOINLINE
52-
void await_suspend(cppcoro::coroutine_handle<PROMISE> coroutine)
52+
void await_suspend(cppcoro::coroutine_handle<PROMISE> coroutine) noexcept
5353
{
5454
task_promise_base& promise = coroutine.promise();
5555

0 commit comments

Comments
 (0)