Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use default destructor.
[simgrid.git] / src / include / xbt / parmap.hpp
index 24affcc..5818def 100644 (file)
@@ -62,7 +62,7 @@ private:
   class Synchro {
   public:
     explicit Synchro(Parmap<T>& parmap) : parmap(parmap) {}
-    virtual ~Synchro() {}
+    virtual ~Synchro() = default;
     /**
      * \brief Wakes all workers and waits for them to finish the tasks.
      *