]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/udpor_global.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dictation corrected
[simgrid.git] / src / mc / udpor_global.hpp
index bb5610312d033adf3f6160001a7803ed562ba8f8..a1d65b7ca9391adb89713dd705bf8262d9c0dbe8 100644 (file)
@@ -53,7 +53,7 @@ public:
   Configuration()                     = default;
   Configuration(const Configuration&) = default;
   Configuration& operator=(Configuration const&) = default;
-  Configuration(Configuration&&) noexcept        = default;
+  Configuration(Configuration&&)                 = default;
   ~Configuration()                               = default;
 };
 
@@ -78,7 +78,8 @@ public:
   bool isImmediateConflict1(UnfoldingEvent* evt, UnfoldingEvent* otherEvt) const;
 
   bool conflictWithConfig(UnfoldingEvent* event, Configuration const& config) const;
-  bool operator==(const UnfoldingEvent& other) const;
+  /* TODO: implement */ 
+  bool operator==(const UnfoldingEvent& other) const { return false; };
   void print() const;
 
   inline int get_state_id() const { return state_id; }
@@ -96,4 +97,4 @@ private:
 };
 } // namespace mc
 } // namespace simgrid
-#endif
\ No newline at end of file
+#endif