mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 15:14:01 +00:00
Fix doc error
This commit is contained in:
parent
5c2c914af1
commit
50aeed89af
@ -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