Go to file
Christopher Kohlhoff b956b35379 Destroy the awaitable's frame as the result is consumed.
This change works around a gcc 10 bug, where the temporary awaitable
object being awaited is not destroyed if the co_await resumes with an
exception.
2020-07-23 12:23:57 +10:00
asio Destroy the awaitable's frame as the result is consumed. 2020-07-23 12:23:57 +10:00
.appveyor.yml Add MinGW builds to appveyor. 2020-07-22 16:11:02 +10:00
.cirrus.yml Add Cirrus CI configuration to test FreeBSD. 2020-04-23 18:09:00 +10:00
.gitignore Ignore scratch source files and symlinked boost. 2014-04-28 12:51:01 +10:00
.travis.yml Don't treat gcc 6 builds as supporting c++14. 2020-06-22 19:10:48 +10:00