Skip to content

Commit

Permalink
Merge pull request #48 from Lunar-YZ/develop
Browse files Browse the repository at this point in the history
Fix doc error
  • Loading branch information
olk authored Jan 4, 2024
2 parents 5c2c914 + 0efa835 commit b8f1065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/asymmetric.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8f1065

Please sign in to comment.