Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Really kill the process.
[simgrid.git] / src / mc / VisitedState.hpp
index 3ac5e7b..7028f4d 100644 (file)
@@ -24,8 +24,8 @@ struct XBT_PRIVATE VisitedState {
   int num          = 0; // unique id of that state in the storage of all stored IDs
   int original_num = 0; // num field of the VisitedState to which I was declared equal to (used for dot_output)
 
-  VisitedState(unsigned long state_number);
-  ~VisitedState();
+  explicit VisitedState(unsigned long state_number);
+  ~VisitedState() = default;
 };
 
 class XBT_PRIVATE VisitedStates {