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
[C] Add support for static_assert and its aliases (#4073)
This was first added in C11 but has since been revised by C23.
It functions like sizeof in that it takes an argument as if it
were a function so we implement it as an extension of sizeof.
0 commit comments