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 tried to use picojson.h(version1.3.0) on Solaris 10 (gcc version 4.4.2)
And I got the following errors.
Is it possible to fix the bug on picojson.h?
---->
In file included from ./ms_conf.cpp:24:
./picojson.h: In constructor 'picojson::value::value(double)':
./picojson.h:200: error: 'isnan' is not a member of 'std'
./picojson.h:200: error: 'isinf' is not a member of 'std'
*** Error code 1
The following command caused the error:
<---
The text was updated successfully, but these errors were encountered:
Hello,
I tried to use picojson.h(version1.3.0) on Solaris 10 (gcc version 4.4.2)
And I got the following errors.
Is it possible to fix the bug on picojson.h?
---->
In file included from ./ms_conf.cpp:24:
./picojson.h: In constructor 'picojson::value::value(double)':
./picojson.h:200: error: 'isnan' is not a member of 'std'
./picojson.h:200: error: 'isinf' is not a member of 'std'
*** Error code 1
The following command caused the error:
<---
The text was updated successfully, but these errors were encountered: