1#include "check.h"
2
3namespace benchmark {
4namespace internal {
5
6static AbortHandlerT* handler = &std::abort;
7
8BENCHMARK_EXPORT AbortHandlerT*& GetAbortHandler() { return handler; }
9
10} // namespace internal
11} // namespace benchmark
12

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of third-party/benchmark/src/check.cc