Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Port RawContext to C++
[simgrid.git] / include / simgrid / simix.hpp
index 8e147d0..2565808 100644 (file)
@@ -38,7 +38,7 @@ public:
   }
 private:
   void declare_context(void* T, std::size_t size);
-public:
+protected:
   template<class T, class... Args>
   T* new_context(Args&&... args)
   {