| 61 | } |
| 62 | |
| 63 | BOOST_ST_API BOOST_NOINLINE boost::stacktrace::stacktrace make_some_stacktrace1() { |
| 64 | boost::stacktrace::stacktrace result = make_some_stacktrace1_impl(); |
| 65 | return result; |
| 66 | } |
| 67 | |
| 68 | BOOST_ST_API BOOST_NOINLINE boost::stacktrace::stacktrace make_some_stacktrace2() { |
| 69 | boost::stacktrace::stacktrace result = make_some_stacktrace2_impl(); |
nothing calls this directly
no outgoing calls
no test coverage detected