-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Hi,
i'm trying to compile jsoncpp for ios.
I have the following error:
jsoncpp/src/lib_json/json_writer.cpp:137:8: error:
call to unavailable function 'finite': not available on iOS
if (!isfinite(value)) {
^~~~~~~~
/Users/angelomantellini/ios_sdk_new/src/jsoncpp/src/lib_json/json_writer.cpp:76:18: note:
expanded from macro 'isfinite'
#define isfinite finite
do you know how I can solve it?
Thank you very much
Angelo
Metadata
Metadata
Assignees
Labels
No labels