From e053f72db824a16c1cb59107315001473058e2bc Mon Sep 17 00:00:00 2001 From: Mat Date: Sun, 10 May 2020 19:18:28 +0300 Subject: Android build cleanup (#4734) * Android build cleanup * Remove unnecessary workaround * Remove more unnecessities * Bump cmake version --- src/main.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 1df96663a..7411b410e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,20 +10,6 @@ -#ifdef ANDROID - // Workaround for Android NDK builds that do not support std::to_string - namespace std - { - template - std::string to_string(T Value) - { - std::ostringstream TempStream; - TempStream << Value; - return TempStream.str(); - } - } -#endif - #ifdef _MSC_VER #include #endif // _MSC_VER -- cgit v1.2.3