X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ffe35f14793ff11fe9f1c4f7e78f6596ebfcc6e6..32e70034e357fcad920962e4ed35fcbf8dd59283:/include/simgrid/simix.hpp diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index 8e147d0f8f..25658086d2 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -38,7 +38,7 @@ public: } private: void declare_context(void* T, std::size_t size); -public: +protected: template T* new_context(Args&&... args) {