I\'m getting the error
error: \'INT32_MAX\' was not declared in this scope
But I have already included
#include
#include <iostream> #include <limits.h> or <climits>
worked for me