You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got below warning message on x86 linux machine :
"jsoncpp-0.10.2-p1/include/json/config.h:100: warning: ISO C++ 1998 does not support ‘long long’"
gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)
In reference to
open-source-parsers#292
long long is supported in c++-11, for old compilers i.e 0.x.y branch this patch should be merged.
0 commit comments