Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Const/override for member functions.
[simgrid.git] / src / smpi / include / smpi_request.hpp
index 9f2f864..939248b 100644 (file)
@@ -64,7 +64,7 @@ public:
   int tag() const { return tag_; }
   int flags() const { return flags_; }
   bool detached() const { return detached_; }
-  std::string name() const {return std::string("MPI_Request");}
+  std::string name() const override { return std::string("MPI_Request"); }
   MPI_Datatype type() const { return old_type_; }
   void print_request(const char* message) const;
   void start();