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