Commits


Dmitry Trifonov authored and Eric committed 09b93ccc6a9
fix android compilation (#372) * fix android compilation * checking __GLIBCXX__ and __GLIBCPP__ macro in addition to __ANDROID__ * using vsnprintf instead of std::vsnprintf to compile on Android * removed __GLIBCPP__ check on Android * StringPrintF instead of std::to_string for Android