X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..0f58e6fc160d69d60c42931ac11f0a17f1647e08:/include/xbt/future.hpp diff --git a/include/xbt/future.hpp b/include/xbt/future.hpp index 1dccc74d5d..ac75bf6747 100644 --- a/include/xbt/future.hpp +++ b/include/xbt/future.hpp @@ -70,6 +70,7 @@ public: throw std::future_error(std::future_errc::no_state); } } + private: boost::variant value_; };