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

Function throw_exception

example/lua_callback_result.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160namespace boost
161{
162 [[noreturn]] void throw_exception( std::exception const & e )
163 {
164 std::cerr << "Terminating due to a C++ exception under BOOST_LEAF_NO_EXCEPTIONS: " << e.what();
165 std::terminate();
166 }
167
168 struct source_location;
169 [[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