Fix doc error

This commit is contained in:
Lunar-YZ
2024-01-04 15:43:51 +08:00
committed by GitHub
parent 5c2c914af1
commit 50aeed89af

View File

@@ -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