Hacker News new | ask | show | jobs
by tsbinz 2144 days ago
The parentheses here aren't actually "extra", without them the meaning would change - since && binds tighter than = without the parentheses the left hand side of = would not be an lvalue and compilation would fail.