Explorar o código

stop linux/mac undefined MSVC versioncheck spam.

Azaezel %!s(int64=7) %!d(string=hai) anos
pai
achega
ceac050d7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Engine/source/console/engineFunctions.h

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

@@ -112,7 +112,7 @@ private:
    template<typename ...TailTs>
    struct DodgyVCHelper
    {
-	   using type = typename std::enable_if<sizeof...(TailTs) <= sizeof...(ArgTs), decltype(mArgs)>::type;
+      using type = typename std::enable_if<sizeof...(TailTs) <= sizeof...(ArgTs), decltype(mArgs)>::type;
    };
 
    template<typename ...TailTs> using MaybeSelfEnabled = typename DodgyVCHelper<TailTs...>::type;