Explorar o código

runtime_view: discard the no longer necessary operator!=

skypjack hai 2 meses
pai
achega
bc93bf2f79
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      src/entt/entity/runtime_view.hpp

+ 0 - 4
src/entt/entity/runtime_view.hpp

@@ -82,10 +82,6 @@ public:
         return it == other.it;
         return it == other.it;
     }
     }
 
 
-    [[nodiscard]] constexpr bool operator!=(const runtime_view_iterator &other) const noexcept {
-        return !(*this == other);
-    }
-
 private:
 private:
     const std::vector<Set *> *pools;
     const std::vector<Set *> *pools;
     const std::vector<Set *> *filter;
     const std::vector<Set *> *filter;