Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the README to give better instructions for Android.
The MingW link doesn't help for Android, and points people down the wrong path. On Android all you need to do is tell the build system to use a newer compiler and standard library. The unit tests run successfully with this configuration on Android. Related to nlohmann#136.
- Loading branch information
12aa72a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think all uses of strtold have been removed from the code.
12aa72a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's one call to strtold, which I'm assuming won't be called unless NumberFloatType is long double. There are various other problems fixed by using a newer toolchain, of course.
12aa72a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I thought that one had been removed by some of the recent work.