mirror of
https://github.com/boostorg/coroutine2.git
synced 2026-01-19 04:12:07 +00:00
Fix doc error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user