| 30 | } |
| 31 | |
| 32 | BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_throw_2(const char* msg) { |
| 33 | std::string new_msg{msg}; |
| 34 | throw std::logic_error(new_msg); |
| 35 | } |
| 36 | |
| 37 | BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_rethrow_1(const char* msg) { |
| 38 | try { |
no outgoing calls
no test coverage detected