| 32 | } |
| 33 | |
| 34 | static void SetConsoleForegroundColor(WORD color) { |
| 35 | SetConsoleForegroundColorPrimary(GetStdHandle(STD_OUTPUT_HANDLE), color); |
| 36 | SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); |
| 37 | } |
| 38 | |
| 39 | clr::reset::operator const char*() { |
| 40 | if (isPrint) { |
no test coverage detected