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
"Then don't do it" is not a solution. Macros should be implemented in such a way that when they are used in an expression they are always terminated with ";"
On gcc and clang, there is this warning when you put a ';' at then end of each macro when compiling with
-pedantic
.The text was updated successfully, but these errors were encountered: