From d9c3c7538b2449e39cfb0d793702d218ed58ff03 Mon Sep 17 00:00:00 2001 From: Johannes Kauffmann <19662702+JohannesKauffmann@users.noreply.github.com> Date: Sat, 25 Feb 2023 22:05:54 +0100 Subject: [PATCH] Common.h: don't use to_string workaround on MSVC Pre-VS2012 is no longer supported. It might still be needed on Android, I haven't tested this. --- glslang/Include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glslang/Include/Common.h b/glslang/Include/Common.h index a5b41cb3..c7f52563 100644 --- a/glslang/Include/Common.h +++ b/glslang/Include/Common.h @@ -54,7 +54,7 @@ #include #include -#if defined(__ANDROID__) || (defined(_MSC_VER) && _MSC_VER < 1700) +#if defined(__ANDROID__) #include namespace std { template