docopt.cpp icon indicating copy to clipboard operation
docopt.cpp copied to clipboard

Fix build errors when targeting the Android API 14 or older

Open augustofg opened this issue 6 years ago • 0 comments

It seems that the Android NDK doesn't fully support the C++11 standard, at least when targeting older API levels.

I've replaced some string <-> integer functions with older implementations to workaround the Android NDK limitations.

augustofg avatar Mar 11 '19 13:03 augustofg