mirror of
https://github.com/Naios/continuable.git
synced 2026-02-09 11:16:40 +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)
|
#if defined(CONTINUABLE_HAS_EXCEPTIONS)
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
resolve(exception_arg_t{}, std::current_exception());
|
me->resolve(exception_arg_t{}, std::current_exception());
|
||||||
}
|
}
|
||||||
#endif // CONTINUABLE_HAS_EXCEPTIONS
|
#endif // CONTINUABLE_HAS_EXCEPTIONS
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user