| 13445 | struct OutputDebugWriter { |
| 13446 | |
| 13447 | void operator()( std::string const&str ) { |
| 13448 | writeToDebugConsole( str ); |
| 13449 | } |
| 13450 | }; |
| 13451 | |
| 13452 | /////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected