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
CppCoreCheck rule C26483 that enforces C++ Core Guidelines Bounds.2
C26483 STATIC_INDEX_OUT_OF_RANGE
Value %value% is outside the bounds (0, %bound%) of variable '%variable%'. Only index into arrays using constant expressions that are within bounds of the array (bounds.2).