• Oleg Kolosov's avatar
    Change KJ_LOG macro to use "for" statement · 11ee5380
    Oleg Kolosov authored
    Using "for" statement instead of "if", as suggested by Kenton, still
    avoids "dangling else" warnings and also allows to have diagnostics on
    missing ";" at the end. So this way is better.
    11ee5380
debug.h 24 KB