Commit fb3f4b90 authored by Xavier Thompson's avatar Xavier Thompson

fork.hpp: Add missing noexcept

parent 3e6d2c55
...@@ -83,7 +83,7 @@ namespace typon ...@@ -83,7 +83,7 @@ namespace typon
} }
template <typename Promise> template <typename Promise>
auto await_suspend(std::coroutine_handle<Promise> continuation) auto await_suspend(std::coroutine_handle<Promise> continuation) noexcept
{ {
_coroutine.promise()._continuation = continuation; _coroutine.promise()._continuation = continuation;
_thefts = _coroutine.promise()._continuation.thefts(); _thefts = _coroutine.promise()._continuation.thefts();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment