| 25 | |
| 26 | |
| 27 | BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_throw_1(const char* msg) { |
| 28 | std::string new_msg{msg}; |
| 29 | throw std::runtime_error(new_msg); |
| 30 | } |
| 31 | |
| 32 | BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_throw_2(const char* msg) { |
| 33 | std::string new_msg{msg}; |
no outgoing calls
no test coverage detected