]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/context/continuation_fcontext.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / context / continuation_fcontext.hpp
index a16ea63e00fd505e2bdbceea17e2570707c86471..881e6f2672bc97aa0cc635e911513c5ead21686a 100644 (file)
@@ -80,9 +80,6 @@ void context_entry( transfer_t t) noexcept {
         t.fctx = rec->run( t.fctx);
     } catch ( forced_unwind const& ex) {
         t = { ex.fctx, nullptr };
-#ifndef BOOST_ASSERT_IS_VOID
-        const_cast< forced_unwind & >( ex).caught = true;
-#endif
     }
     BOOST_ASSERT( nullptr != t.fctx);
     // destroy context-stack of `this`context on next context