| 9338 | struct OutputDebugWriter { |
| 9339 | |
| 9340 | void operator()(std::string const &str) { |
| 9341 | writeToDebugConsole(str); |
| 9342 | } |
| 9343 | }; |
| 9344 | |
| 9345 | /////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected