Skip to content

Fix overflow condition in static_vector

Gleb Verba requested to merge gverba/ECM:VTM11_FIX_STATIC_VECTOR into VTM11_ANC

Note that condition _size + 1 > N for other insert() functions is equivalent to _size >= N

Merge request reports