X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/313686bba591f787dd41c1afe358305f7ee57334..cc4eceb15c80a597e44222b8c0ff60caf85db959:/src/mc/mc_unw.hpp diff --git a/src/mc/mc_unw.hpp b/src/mc/mc_unw.hpp index 466b3dfe04..4e949d4139 100644 --- a/src/mc/mc_unw.hpp +++ b/src/mc/mc_unw.hpp @@ -50,6 +50,7 @@ class UnwindContext { public: UnwindContext() = default; UnwindContext(const UnwindContext&) = default; + UnwindContext& operator=(const UnwindContext&) = default; ~UnwindContext() { clear(); } void initialize(simgrid::mc::RemoteClient* process, unw_context_t* c); void clear();