MCPcopy Create free account
hub / github.com/boostorg/leaf / throw_exception

Function throw_exception

example/try_capture_all_result.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110namespace boost
111{
112 [[noreturn]] void throw_exception( std::exception const & e )
113 {
114 std::cerr << "Terminating due to a C++ exception under BOOST_LEAF_NO_EXCEPTIONS: " << e.what();
115 std::terminate();
116 }
117
118 struct source_location;
119 [[noreturn]] void throw_exception( std::exception const & e, boost::source_location const & )

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected