MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / pure_call_handler

Function pure_call_handler

ogsr_engine/xrCore/xrDebugNew.cpp:438–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436static void std_out_of_memory_handler() { handler_base("std: out of memory"); }
437
438static void pure_call_handler() { handler_base("pure virtual function call"); }
439
440static void abort_handler(int signal) { handler_base("application is aborting"); }
441

Callers

nothing calls this directly

Calls 1

handler_baseFunction · 0.85

Tested by

no test coverage detected