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
"description": "Compile time checking of constant expressions via static_assert is preferred to potentially disabled runtime checking via the assert macro.",
"kind": "problem",
"name": "The assert macro shall not be used with a constant-expression",