Attempt to fix the build

This commit is contained in:
Denis Blank 2019-01-14 21:10:17 +01:00
parent 7491022d0f
commit 76ecc3d26d

View File

@ -102,7 +102,7 @@ public:
#if defined(CONTINUABLE_HAS_EXCEPTIONS)
} catch (...) {
resolve(exception_arg_t{}, std::current_exception());
me->resolve(exception_arg_t{}, std::current_exception());
}
#endif // CONTINUABLE_HAS_EXCEPTIONS
},