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

Function assertion_failed

src/util/assert.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace boost
22{
23void assertion_failed(char const *expr, char const *function, char const *file, long line)
24{
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{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected