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
Add a static assert macro that evaluates to a struct definition, so we can
assert things statically. This is useful vs STATIC_ASSERT_EXPR, which
evaluates to an expression, where an expression is not needed.
0 commit comments