MCPcopy Create free account
hub / github.com/boostorg/stacktrace / in_test_throw_1

Function in_test_throw_1

test/test_from_exception_none.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_throw_1(const char* msg) {
15 std::string new_msg{msg};
16 throw std::runtime_error(new_msg);
17}
18
19BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void test_no_trace_from_exception() {
20 try {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected