From 16bf4559d30faafcdeda473a380023c60c8d8472 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Sun, 17 Dec 2017 22:05:31 -0700 Subject: android: Update to NDK r16b This allows us to switch to libc++ runtime as it is no longer beta: https://android.googlesource.com/platform/ndk/+/ndk-release-r16/CHANGELOG.md --- layers/core_validation.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'layers/core_validation.cpp') diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 42f656e3..abe3b279 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -81,19 +81,6 @@ } #endif -// TODO: remove on NDK update (r15 will probably have proper STL impl) -#ifdef __ANDROID__ -namespace std { - -template -std::string to_string(T var) { - std::ostringstream ss; - ss << var; - return ss.str(); -} -} -#endif - // This intentionally includes a cpp file #include "vk_safe_struct.cpp" -- cgit v1.2.3