Merge pull request #48 from Lunar-YZ/develop

Fix doc error
This commit is contained in:
Oliver Kowalke 2024-01-04 09:12:58 +01:00 committed by GitHub
commit b8f1065f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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