]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/include/smpi_datatype.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / smpi / include / smpi_datatype.hpp
index b183c193686bc86e1954125245fa0adb7fbdc467..6c8b8d99545bef0d0c70472149924d2352c83b82 100644 (file)
@@ -98,6 +98,8 @@ public:
   Datatype(int size, MPI_Aint lb, MPI_Aint ub, int flags);
   Datatype(char* name, int size, MPI_Aint lb, MPI_Aint ub, int flags);
   Datatype(Datatype* datatype, int* ret);
+  Datatype(const Datatype&) = delete;
+  Datatype& operator=(const Datatype&) = delete;
   virtual ~Datatype();
 
   char* name();