浏览代码

#if cleanup for the VS2017 workaround

Areloch 8 年之前
父节点
当前提交
0946950fa0
共有 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;
       std::tie(std::get<I + (sizeof...(ArgTs) - sizeof...(TailTs))>(args)...) = defaultArgs;
    }
    }
    
    
-#ifdef _MSC_VER == 1910
+#if _MSC_VER == 1910
    template<typename ...TailTs>
    template<typename ...TailTs>
    struct DodgyVCHelper
    struct DodgyVCHelper
    {
    {