X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd11885138355943e56e13d03850740ea2bcabd7..4b0fa756ae6e58a74c374a519389ecb9e8b6a4d9:/include/xbt/future.hpp diff --git a/include/xbt/future.hpp b/include/xbt/future.hpp index 4d2842fca0..ac75bf6747 100644 --- a/include/xbt/future.hpp +++ b/include/xbt/future.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2019. The SimGrid Team. +/* Copyright (c) 2015-2020. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -70,6 +70,7 @@ public: throw std::future_error(std::future_errc::no_state); } } + private: boost::variant value_; };