mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 15:14:01 +00:00
commit
b8f1065f7f
@ -247,7 +247,7 @@ pending __forced_unwind__ exception.]
|
||||
|
||||
try {
|
||||
// code that might throw
|
||||
} catch(const boost::coroutines2::detail::forced_unwind&) {
|
||||
} catch(const boost::context::detail::forced_unwind&) {
|
||||
throw;
|
||||
} catch(...) {
|
||||
// possibly not re-throw pending exception
|
||||
|
Loading…
x
Reference in New Issue
Block a user