Parcourir la source

runtime_view: discard the no longer necessary operator!=

skypjack il y a 1 mois
Parent
commit
bc93bf2f79
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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;
     }
 
-    [[nodiscard]] constexpr bool operator!=(const runtime_view_iterator &other) const noexcept {
-        return !(*this == other);
-    }
-
 private:
     const std::vector<Set *> *pools;
     const std::vector<Set *> *filter;