Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ catch
Function
catch
include/boost/asio/impl/use_future.hpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
#if !defined(BOOST_ASIO_NO_EXCEPTIONS)
48
catch (...)
49
{
50
p.set_exception(std::current_exception());
51
}
52
#endif // !defined(BOOST_ASIO_NO_EXCEPTIONS)
53
}
54
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected