Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use default destructor.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 20 Aug 2017 21:15:09 +0000 (23:15 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 20 Aug 2017 21:15:18 +0000 (23:15 +0200)
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.
      *