| 40 | } |
| 41 | |
| 42 | inline void assertion_failed(char const* expr, char const* function, char const* file, long line) { |
| 43 | ::boost::assertion_failed_msg(expr, 0 /*nullptr*/, function, file, line); |
| 44 | } |
| 45 | } // namespace boost |
| 46 | //] |
| 47 |
nothing calls this directly
no test coverage detected