| 26 | } |
| 27 | |
| 28 | int 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 | } |
nothing calls this directly
no test coverage detected