Kaynağa Gözat

adjacency_matrix: minor changes

Michele Caini 1 yıl önce
ebeveyn
işleme
9d1b9933c8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/entt/graph/adjacency_matrix.hpp

+ 1 - 1
src/entt/graph/adjacency_matrix.hpp

@@ -171,7 +171,7 @@ public:
      * @brief Default move assignment operator.
      * @return This container.
      */
-    adjacency_matrix &operator=(adjacency_matrix &&other) noexcept = default;
+    adjacency_matrix &operator=(adjacency_matrix &&) noexcept = default;
 
     /**
      * @brief Returns the associated allocator.