Преглед изворни кода

#if cleanup for the VS2017 workaround

Areloch пре 8 година
родитељ
комит
7cc0373b48
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Engine/source/console/engineFunctions.h

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

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