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