lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.36k stars 462 forks source link

Add a missing noexcept marker. #194

Open iains opened 3 years ago

iains commented 3 years ago

For the case that the compiler does not support symmetrical transfer the task promise base final awaitable is missing a noexcept marker.

Added here.