Procházet zdrojové kódy

runtime_view: discard the no longer necessary operator!=

skypjack před 3 měsíci
rodič
revize
bc93bf2f79
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  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;