MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / assert_fail

Function assert_fail

extlibs/fmt/include/fmt/format-inl.h:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40namespace internal {
41
42FMT_FUNC void assert_fail(const char* file, int line, const char* message) {
43 print(stderr, "{}:{}: assertion failed: {}", file, line, message);
44 std::abort();
45}
46
47#ifndef _MSC_VER
48# define FMT_SNPRINTF snprintf

Callers 1

core.hFile · 0.85

Calls 1

printFunction · 0.70

Tested by

no test coverage detected