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 macro argument can be referred to multiple times in the body of a
macro without it necessarily being evaluated multiple times - for
example using an expression with sizeof, type etc. To handle these cases
we ensure that we see multiple equivalent side-effects.
0 commit comments