2
0
Эх сурвалжийг харах

Support for VS 15.3 update

rextimmy 8 жил өмнө
parent
commit
d617a1f748

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

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