diff --git a/include/continuable/detail/operations/loop.hpp b/include/continuable/detail/operations/loop.hpp index 76f62ce..8e991e6 100644 --- a/include/continuable/detail/operations/loop.hpp +++ b/include/continuable/detail/operations/loop.hpp @@ -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 },