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
Since a case label does not imply a new scope, compilers may emit an error (example) when LOG_FIRST_N and similar macros are used after case inside a switch statement.
I am suggesting a fix, see #71.
Since a
caselabel does not imply a new scope, compilers may emit an error (example) when LOG_FIRST_N and similar macros are used aftercaseinside aswitchstatement.I am suggesting a fix, see #71.