docopt.cpp
docopt.cpp copied to clipboard
Fix build errors when targeting the Android API 14 or older
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.