X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c06b926d4b515f12c0cb9b63a8768b16201a0e79..673e16e3c2ace0dc0960810079c23e60df655435:/src/kernel/context/ContextBoost.hpp diff --git a/src/kernel/context/ContextBoost.hpp b/src/kernel/context/ContextBoost.hpp index 02c70cc69f..752844391b 100644 --- a/src/kernel/context/ContextBoost.hpp +++ b/src/kernel/context/ContextBoost.hpp @@ -36,10 +36,10 @@ public: private: #if BOOST_VERSION < 106100 - boost::context::fcontext_t fc_; + boost::context::fcontext_t fc_{}; using arg_type = intptr_t; #else - boost::context::detail::fcontext_t fc_; + boost::context::detail::fcontext_t fc_{}; using arg_type = boost::context::detail::transfer_t; #endif