浏览代码

Merge branch 'alpha40VCFixFrame' of https://github.com/Azaezel/Torque3D into Preview4_0

Areloch 5 年之前
父节点
当前提交
3c0b7b2086
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/console/engineFunctions.h

+ 1 - 1
Engine/source/console/engineFunctions.h

@@ -113,7 +113,7 @@ private:
       std::tie(std::get<I + (sizeof...(ArgTs) - sizeof...(TailTs))>(args)...) = defaultArgs;
    }
    
-#if defined(_MSC_VER) && (_MSC_VER >= 1910)
+#if defined(_MSC_VER) && (_MSC_VER >= 1910) && (_MSC_VER < 1920)
    template<typename ...TailTs>
    struct DodgyVCHelper
    {