MCPcopy Create free account
hub / github.com/boostorg/asio / catch

Function catch

include/boost/asio/inline_executor.hpp:174–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173#if !defined(BOOST_ASIO_NO_EXCEPTIONS)
174 catch (...)
175 {
176 if (is_same<InlineExceptionHandling,
177 execution::inline_exception_handling_t::terminate_t>::value)
178 {
179 std::terminate();
180 }
181 else
182 {
183 throw;
184 }
185 }
186#endif // !defined(BOOST_ASIO_NO_EXCEPTIONS)
187 }
188};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected