Hacker News new | ask | show | jobs
by andrewf 164 days ago
Swap the parameters around for C++ and similar langs where `assert(a, b)` evaluates the same as `(void) a; assert(b)`.