mardi 2 mai 2017

android NDK complains std::nearbyint is not a member of std

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

Aucun commentaire:

Enregistrer un commentaire