error: 'INT32_MAX' was not declared in this scope

后端 未结 7 1312
谎友^
谎友^ 2020-12-03 06:56

I\'m getting the error

error: \'INT32_MAX\' was not declared in this scope

But I have already included

#include 

        
7条回答
  •  死守一世寂寞
    2020-12-03 07:28

    Hm... All I needed to do was #include nothing else on this page worked for me.

    Granted, I was trying to use INT_MIN.

提交回复
热议问题