I'm using android NDK r9d and toolchain 4.8 but I'm not able to use std::to_string function, compiler throws this error:
error: 'to_string' is not a member of 'std'
Is this function not supported on android ndk? I try APP_CPPFLAGS := -std=c++11
with no luck.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…