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

Function throw_exception

example/print_file/print_file_system_result.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218namespace boost
219{
220 BOOST_NORETURN void throw_exception( std::exception const & e )
221 {
222 std::cerr << "Terminating due to a C++ exception under BOOST_LEAF_NO_EXCEPTIONS: " << e.what();
223 std::terminate();
224 }
225
226 struct source_location;
227 BOOST_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