mirror of
https://github.com/boostorg/asio.git
synced 2026-01-26 06:12:08 +00:00
Fix BOOST_ASIO_NO_EXCEPTIONS support.
This commit is contained in:
@@ -63,8 +63,8 @@ struct as_invocable
|
||||
#endif // !defined(BOOST_ASIO_NO_EXCEPTIONS)
|
||||
execution::set_value(BOOST_ASIO_MOVE_CAST(Receiver)(*receiver_));
|
||||
receiver_ = 0;
|
||||
}
|
||||
#if !defined(BOOST_ASIO_NO_EXCEPTIONS)
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
#if defined(BOOST_ASIO_HAS_STD_EXCEPTION_PTR)
|
||||
|
||||
@@ -63,8 +63,8 @@ struct as_operation
|
||||
, ref_count_
|
||||
#endif // !defined(BOOST_ASIO_HAS_MOVE)
|
||||
));
|
||||
}
|
||||
#if !defined(BOOST_ASIO_NO_EXCEPTIONS)
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
#if defined(BOOST_ASIO_HAS_STD_EXCEPTION_PTR)
|
||||
|
||||
Reference in New Issue
Block a user