diff options
| author | Cody Northrop <cnorthrop@google.com> | 2017-12-17 22:05:31 -0700 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2017-12-18 16:57:53 -0700 |
| commit | 16bf4559d30faafcdeda473a380023c60c8d8472 (patch) | |
| tree | ba78ffa98f879dc821efdccbab0669655a744558 /layers/core_validation.cpp | |
| parent | a90a166fc7ce9600adb2a81b0d6c16d648ac71bd (diff) | |
| download | usermoji-16bf4559d30faafcdeda473a380023c60c8d8472.tar.xz | |
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
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
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 <typename T> -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" |
