Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please clang and explicitly override
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index f9a4007..6cb7870 100644 (file)
@@ -81,7 +81,7 @@ public:
   double get_finish_time() const;
   double get_cost() const;
   bool is_parallel() const { return parallel_; }
-  bool is_assigned() { return not hosts_.empty(); }
+  bool is_assigned() const override { return not hosts_.empty(); }
 };
 
 } // namespace s4u