Бранимир Караџић %!s(int64=3) %!d(string=hai) anos
pai
achega
60a41e4957
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      include/bx/inline/typetraits.inl

+ 2 - 2
include/bx/inline/typetraits.inl

@@ -142,7 +142,7 @@ namespace bx
 	}
 
 	template<typename Ty>
-	constexpr bool isEnum()
+	inline constexpr bool isEnum()
 	{
 		return __is_enum(Ty);
 	}
@@ -441,7 +441,7 @@ namespace bx
 	}
 
 	template<typename Ty>
-	constexpr RemoveReferenceType<Ty>&& move(Ty&& _a)
+	inline constexpr RemoveReferenceType<Ty>&& move(Ty&& _a)
 	{
 		return static_cast<RemoveReferenceType<Ty>&&>(_a);
 	}