You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A line like: i++, j++;
is considered as multiple instruction in one line, but something like: return (do_something(), do_something_else(), actual_return);
is accepted by norminette. Is this intended?
The text was updated successfully, but these errors were encountered:
A line like:
i++, j++;
is considered as multiple instruction in one line, but something like:
return (do_something(), do_something_else(), actual_return);
is accepted by norminette. Is this intended?
The text was updated successfully, but these errors were encountered: