lewissbaker / cppcoro

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

Small fixes to make gcc happy #173

Closed andreasbuhr closed 3 years ago

andreasbuhr commented 3 years ago

Here are some small fixes which are required to make gcc happy. I extracted them out of https://github.com/lewissbaker/cppcoro/pull/158 but created one small, easy to review pull request which does just this one thing.

Any help or review is greatly appreciated.

To help improve this pull request, please fork https://github.com/andreasbuhr/cppcoro/tree/fixes_for_gcc and create a pull request toward this branch.