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

Public GIT Repository
Factorize s_type and value instr class
[simgrid.git] / src / mc / VisitedState.hpp
index 36650607446c281ee620421651a6f8f586051cde..7028f4d6449cbf6ee448ba5a2f354ebfba73a6a9 100644 (file)
@@ -25,7 +25,7 @@ struct XBT_PRIVATE VisitedState {
   int original_num = 0; // num field of the VisitedState to which I was declared equal to (used for dot_output)
 
   explicit VisitedState(unsigned long state_number);
-  ~VisitedState();
+  ~VisitedState() = default;
 };
 
 class XBT_PRIVATE VisitedStates {