From 3f3bbf770d774bb29dc6b24f562f0759499ff71c Mon Sep 17 00:00:00 2001 From: rextimmy Date: Tue, 15 Aug 2017 21:39:22 +1000 Subject: [PATCH] Support for VS 15.3 update --- Engine/source/console/engineFunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/console/engineFunctions.h b/Engine/source/console/engineFunctions.h index 87bb454af..a7c2e214f 100644 --- a/Engine/source/console/engineFunctions.h +++ b/Engine/source/console/engineFunctions.h @@ -108,7 +108,7 @@ private: std::tie(std::get(args)...) = defaultArgs; } -#if _MSC_VER == 1910 +#if _MSC_VER >= 1910 template struct DodgyVCHelper {