| 6443 | DOCTEST_THREAD_LOCAL static std::ostringstream oss; |
| 6444 | |
| 6445 | DebugOutputWindowReporter(const ContextOptions& co) |
| 6446 | : ConsoleReporter(co, oss) {} |
| 6447 | |
| 6448 | #define DOCTEST_DEBUG_OUTPUT_REPORTER_OVERRIDE(func, type, arg) \ |
| 6449 | void func(type arg) override { \ |
nothing calls this directly
no outgoing calls
no test coverage detected