From bb279bb2121bfb37eecabf7b8e4511eb7236e76c Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Sat, 16 May 2026 17:19:01 +0200 Subject: [PATCH] UUID does not have spaceship operator --- Bigfoot/Sources/System/Include/System/UUID/UUID.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Bigfoot/Sources/System/Include/System/UUID/UUID.hpp b/Bigfoot/Sources/System/Include/System/UUID/UUID.hpp index bb34aed..ba1f655 100644 --- a/Bigfoot/Sources/System/Include/System/UUID/UUID.hpp +++ b/Bigfoot/Sources/System/Include/System/UUID/UUID.hpp @@ -44,7 +44,9 @@ class UUID UUID& operator=(UUID&& p_uuid) noexcept = default; [[nodiscard]] - auto operator<=>(const UUID& p_uuid) const = default; + bool operator==(const UUID& p_uuid) const = default; + [[nodiscard]] + bool operator<(const UUID& p_uuid) const = default; private: /**