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
This fixes a `static_assert` by converting it to an `assert`. The
address-of on a function is not a compile time constant and can only be
checked at runtime. This will reduce the check to !NDEBUG builds only
but actually performs the intended check.
0 commit comments