warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow]
on this line:
Код: Выделить всё
if ( this->m_PositionIndex[in] < this->m_EndIndex[in] )
< /code>
m_PositionIndexМожет ли кто -нибудь объяснить, что вызовет это предупреждение здесь? Я не вижу шаблона (x+c)
Подробнее здесь: https://stackoverflow.com/questions/129 ... ow-warning
Мобильная версия