mirror of
https://github.com/Naios/continuable.git
synced 2025-12-07 17:26:47 +08:00
Attempt to fix the build
This commit is contained in:
parent
7491022d0f
commit
76ecc3d26d
@ -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
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user