| 155 | } |
| 156 | |
| 157 | static void logNoNL( std::ostream & stream |
| 158 | , std::string const & text ) |
| 159 | { |
| 160 | stream << "ERROR: " << text; |
| 161 | fmt::print( "{}\n", text ); |
| 162 | } |
| 163 | }; |
| 164 | |
| 165 | #if defined( _WIN32 ) |
nothing calls this directly
no outgoing calls
no test coverage detected