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

Function main

test/test_from_exception_none.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int main() {
29 boost::stacktrace::this_thread::set_capture_stacktraces_at_throw(false);
30 BOOST_TEST(!boost::stacktrace::this_thread::get_capture_stacktraces_at_throw());
31 test_no_trace_from_exception();
32
33 return boost::report_errors();
34}

Callers

nothing calls this directly

Tested by

no test coverage detected