From 50aeed89af8823bfcc716e2bd2368440b8ab64ca Mon Sep 17 00:00:00 2001 From: Lunar-YZ <49775921+Lunar-YZ@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:43:51 +0800 Subject: [PATCH] Fix doc error --- doc/asymmetric.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/asymmetric.qbk b/doc/asymmetric.qbk index 6473cf8..44dfdc4 100644 --- a/doc/asymmetric.qbk +++ b/doc/asymmetric.qbk @@ -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