incorrect clion warning for 'condition always false'

前端 未结 0 604
迷失自我
迷失自我 2021-01-04 00:27

I just coded this in my c++ project in clion

int step_size_x = someValue;
int step_size_y = anotherValue;

while (!(step_size_x == 1 && step_size_y ==         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题