MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / assertion_failed_msg

Function assertion_failed_msg

src/util/assert.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 ::assertion_failed_msg_helper(expr, "", function, file, line);
26}
27void 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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected