Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[CMAKE] Initialize variables before their output.
[simgrid.git] / src / simix / BoostContext.hpp
index c2df0d11d5cda2a8365f7d7938464f1921cd0d50..62b6066b5779c5c5c472b3c6d74014a46c03e51f 100644 (file)
@@ -36,7 +36,7 @@ protected: // static
   static unsigned long process_index_;
   static BoostContext* maestro_context_;
 protected:
   static unsigned long process_index_;
   static BoostContext* maestro_context_;
 protected:
-#if HAVE_BOOST_CONTEXT == 1
+#if HAVE_BOOST_CONTEXTS == 1
   boost::context::fcontext_t* fc_ = nullptr;
 #else
   boost::context::fcontext_t fc_;
   boost::context::fcontext_t* fc_ = nullptr;
 #else
   boost::context::fcontext_t fc_;