Просмотр исходного кода

runtime_view: discard the no longer necessary operator!=

skypjack 2 месяцев назад
Родитель
Сommit
bc93bf2f79
1 измененных файлов с 0 добавлено и 4 удалено
  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;