android - NDK compilation error: 'stod' was not declared in this scope -
i know there possible dup here: error: 'stod' not declared in scope tried advised there. seek compile c++ application in android ndk.
i error:
'stod' not declared in scope
i enabled c++ 11 in application.mk:
app_abi := x86 app_stl := gnustl_static ndk_toolchain_version:= 4.8 app_cppflags += -fexceptions -std=c++11 -fpermissive -frtti -pthread what else should in order rid of error?
i guess figured out isn't part of current android ndk (10). there several missing pieces c++11 libraries, such regex functionality , to_string, etc.
android c++ android-ndk
No comments:
Post a Comment