I want use std::nearbyint in android gcc but then ndk complains that std::nearbyint is not a member of std. I have the cmath header included in my code & the same builds well for OSX.
Is there a workaround for this ? Is possible to write my own version of std::nearbyint ?
I am using NDK14b on android