| 6352 | DOCTEST_THREAD_LOCAL static std::ostringstream oss; |
| 6353 | |
| 6354 | DebugOutputWindowReporter(const ContextOptions& co) |
| 6355 | : ConsoleReporter(co, oss) {} |
| 6356 | |
| 6357 | #define DOCTEST_DEBUG_OUTPUT_REPORTER_OVERRIDE(func, type, arg) \ |
| 6358 | void func(type arg) override { \ |
nothing calls this directly
no outgoing calls
no test coverage detected