| 25 | ::assertion_failed_msg_helper(expr, "", function, file, line); |
| 26 | } |
| 27 | void assertion_failed_msg( |
| 28 | char const *expr, char const *msg, char const *function, char const *file, long line) |
| 29 | { |
| 30 | ::assertion_failed_msg_helper(expr, msg, function, file, line); |
| 31 | } |
| 32 | } // namespace boost |
nothing calls this directly
no test coverage detected