Просмотр исходного кода

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

Areloch 5 лет назад
Родитель
Сommit
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
    {