[cfe-dev] Colorized compiler errors

Keith Bauer onesadcookie at gmail.com
Sat Dec 22 11:08:24 PST 2007


> And how will you solve it in a portable manner?

#if !defined(_WIN32) // ideally a more robust configure-based test
    if (isatty(STDOUT_FILENO))

;)

-Keith



More information about the cfe-dev mailing list