Merge pull request #1 from Lunar-YZ/Lunar-YZ-patch-2

Fix doc error
This commit is contained in:
Lunar-YZ 2024-01-04 15:45:15 +08:00 committed by GitHub
commit 0efa835b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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