| 5959 | DOCTEST_THREAD_LOCAL static std::ostringstream oss; |
| 5960 | |
| 5961 | DebugOutputWindowReporter(const ContextOptions& co) |
| 5962 | : ConsoleReporter(co, oss) {} |
| 5963 | |
| 5964 | #define DOCTEST_DEBUG_OUTPUT_REPORTER_OVERRIDE(func, type, arg) \ |
| 5965 | void func(type arg) override { \ |
nothing calls this directly
no outgoing calls
no test coverage detected