| 66 | } |
| 67 | |
| 68 | BOOST_ST_API BOOST_NOINLINE boost::stacktrace::stacktrace make_some_stacktrace2() { |
| 69 | boost::stacktrace::stacktrace result = make_some_stacktrace2_impl(); |
| 70 | return result; |
| 71 | } |
| 72 |
nothing calls this directly
no outgoing calls
no test coverage detected