m_exception is std::exception_ptr

This commit is contained in:
denchat 2019-09-02 12:36:53 +07:00 committed by GitHub
parent 7ac4be2c0e
commit cfc01521aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
#include <experimental/coroutine>
#include <cassert>
#include <exception>
namespace cppcoro
{