X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/002c591623abdaa8c94a3b434a2f179c35d29cb9..1b94b2100679d5b4355fccb6d22927efc12ca5bc:/src/simix/smx_private.hpp diff --git a/src/simix/smx_private.hpp b/src/simix/smx_private.hpp index 9bc917e7ee..ce23e8fde2 100644 --- a/src/simix/smx_private.hpp +++ b/src/simix/smx_private.hpp @@ -80,9 +80,9 @@ XBT_PUBLIC void SIMIX_clean(); if (1) { \ simgrid::kernel::actor::ActorImpl* _smx_throw_issuer = (issuer); /* evaluate only once */ \ xbt_ex e(XBT_THROW_POINT, msg); \ - e.category = cat; \ - e.value = val; \ - _smx_throw_issuer->exception = std::make_exception_ptr(e); \ + e.category = cat; \ + e.value = val; \ + _smx_throw_issuer->exception_ = std::make_exception_ptr(e); \ } else \ ((void)0)