| 436 | static void std_out_of_memory_handler() { handler_base("std: out of memory"); } |
| 437 | |
| 438 | static void pure_call_handler() { handler_base("pure virtual function call"); } |
| 439 | |
| 440 | static void abort_handler(int signal) { handler_base("application is aborting"); } |
| 441 |
nothing calls this directly
no test coverage detected