diff --git a/Engine/source/console/engineFunctions.h b/Engine/source/console/engineFunctions.h index a7c2e214f..0f2a3f45d 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 defined(_MSC_VER) && (_MSC_VER >= 1910) template struct DodgyVCHelper {