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

Function throw_exception

example/print_half.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104namespace boost
105{
106 [[noreturn]] void throw_exception( std::exception const & e )
107 {
108 std::cerr << "Terminating due to a C++ exception under BOOST_LEAF_NO_EXCEPTIONS: " << e.what();
109 std::terminate();
110 }
111
112 struct source_location;
113 [[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