MCPcopy Create free account
hub / github.com/adishavit/argh / DebugOutputWindowReporter

Method DebugOutputWindowReporter

doctest.h:5961–5962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 { \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected