X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6..4b0fa756ae6e58a74c374a519389ecb9e8b6a4d9:/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_; };