Hi, I use C++11 for OSX and iOS.
Now I’m trying to port my OF project to Android.
I could see that OF uses C++14 as a default C++ version on Android from this file.
of_v0.9.8_android_release/libs/openFrameworksCompiled/project/android/config.android.defualt.mk
Is it okay to edit the file so I can use C++11 instead of C++14 for Android or is it better to use C++14 on Android in general? (Is there any specific reason why the default is set to C++14 on Android?)