Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modernize method declarations.
[simgrid.git] / src / smpi / include / smpi_datatype.hpp
index bf01abb..f55d2a8 100644 (file)
@@ -113,7 +113,7 @@ public:
   Datatype(Datatype* datatype, int* ret);
   Datatype(const Datatype&) = delete;
   Datatype& operator=(const Datatype&) = delete;
-  virtual ~Datatype();
+  ~Datatype() override;
 
   char* name() const { return name_; }
   size_t size() const { return size_; }