diff --git a/Redcraft.Utility/Source/Public/Miscellaneous/Iterator.h b/Redcraft.Utility/Source/Public/Miscellaneous/Iterator.h index b750b46..4a1ec32 100644 --- a/Redcraft.Utility/Source/Public/Miscellaneous/Iterator.h +++ b/Redcraft.Utility/Source/Public/Miscellaneous/Iterator.h @@ -437,7 +437,7 @@ struct FUnreachableSentinel { explicit FUnreachableSentinel() = default; - template + template NODISCARD FORCEINLINE constexpr bool operator==(const I&) const& { return false; } };