Skip to content

Commit a91ffa7

Browse files
James Ellisandreasbuhr
authored andcommitted
fixed msvc compilation error
1 parent e5c5b65 commit a91ffa7

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)