| 13682 | struct OutputDebugWriter { |
| 13683 | |
| 13684 | void operator()( std::string const&str ) { |
| 13685 | writeToDebugConsole( str ); |
| 13686 | } |
| 13687 | }; |
| 13688 | |
| 13689 | /////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected