diff --git a/api/trait.hpp b/api/trait.hpp index 70187803c..0621f7dd4 100644 --- a/api/trait.hpp +++ b/api/trait.hpp @@ -240,7 +240,7 @@ namespace jule constexpr jule::Bool operator==(const jule::Trait &src) const noexcept { - return this->data.alloc == this->data.alloc; + return this->data.alloc == src.data.alloc; } constexpr jule::Bool operator!=(const jule::Trait &src) const noexcept