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: /**