From ceac050d7bb2b4df8b28b82fd86973c686557cc1 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Mon, 19 Mar 2018 16:18:57 -0500 Subject: [PATCH] stop linux/mac undefined MSVC versioncheck spam. --- 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 0e39983e4..0f2a3f45d 100644 --- a/Engine/source/console/engineFunctions.h +++ b/Engine/source/console/engineFunctions.h @@ -112,7 +112,7 @@ private: template struct DodgyVCHelper { - using type = typename std::enable_if::type; + using type = typename std::enable_if::type; }; template using MaybeSelfEnabled = typename DodgyVCHelper::type;