X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7bc01999f5003e51cc1d12f93647999a1a143f23..9575359fcebd3a393b65891c293990d1a882eb34:/src/mc/ObjectInformation.hpp diff --git a/src/mc/ObjectInformation.hpp b/src/mc/ObjectInformation.hpp index e65d9d35fb..1a5b75f81f 100644 --- a/src/mc/ObjectInformation.hpp +++ b/src/mc/ObjectInformation.hpp @@ -52,7 +52,7 @@ struct FunctionIndexEntry { */ class ObjectInformation { public: - ObjectInformation(); + ObjectInformation() = default; // Not copyable: ObjectInformation(ObjectInformation const&) = delete;