From 0946950fa054accd535bedaf72cf5ceb26bf85bc Mon Sep 17 00:00:00 2001 From: Areloch Date: Fri, 7 Jul 2017 02:12:43 -0500 Subject: [PATCH] #if cleanup for the VS2017 workaround --- 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 274333ea6..87bb454af 100644 --- a/Engine/source/console/engineFunctions.h +++ b/Engine/source/console/engineFunctions.h @@ -108,7 +108,7 @@ private: std::tie(std::get(args)...) = defaultArgs; } -#ifdef _MSC_VER == 1910 +#if _MSC_VER == 1910 template struct DodgyVCHelper {