Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modernize method declarations.
[simgrid.git] / src / instr / instr_private.hpp
index f58bf9f074b7d008a0658365c3a8800236b872bc..d85287fa982a6f4bc78d35858b35ddbad9e52aed 100644 (file)
@@ -106,7 +106,7 @@ public:
       , send_type(send_type)
       , recv_type(recv_type){};
 
       , send_type(send_type)
       , recv_type(recv_type){};
 
-  virtual ~TIData() {}
+  virtual ~TIData() = default;
 
   const std::string& get_name() const { return name_; }
   double get_amount() const { return amount_; }
 
   const std::string& get_name() const { return name_; }
   double get_amount() const { return amount_; }