diff --git a/Redcraft.Utility/Source/Public/Templates/Utility.h b/Redcraft.Utility/Source/Public/Templates/Utility.h index ad427c2..40968bc 100644 --- a/Redcraft.Utility/Source/Public/Templates/Utility.h +++ b/Redcraft.Utility/Source/Public/Templates/Utility.h @@ -80,7 +80,7 @@ constexpr T Exchange(T& A, U&& B) } template -constexpr T&& DeclVal(); +constexpr TAddRValueReference DeclVal(); template requires (CObject) constexpr T* AddressOf(T& Object)