C26482 NO_DYNAMIC_ARRAY_INDEXING
Only index into arrays using constant expressions.
See also
Example
int getSomeIndex();
void function(int* p, int count)
{
p[getSomeIndex()] = 0; // C26482, Only index into arrays using constant expressions
}
Tilbakemeldinger
Send inn og vis tilbakemelding for