diff --git a/api/array.hpp b/api/array.hpp index 27d094dc1..40e370161 100644 --- a/api/array.hpp +++ b/api/array.hpp @@ -142,7 +142,7 @@ namespace jule constexpr jule::Bool operator==(const jule::Array &src) const { - if (*this == src) + if (this == &src) return true; jule::Array::ConstIterator it = src.begin();