X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f561fbf18e6995590fab6bc65e662e6797ff3fa..a79a8e1cab86ccc687cfbc97b01b735acb996f16:/include/xbt/future.hpp diff --git a/include/xbt/future.hpp b/include/xbt/future.hpp index 4972da25a6..a374bec117 100644 --- a/include/xbt/future.hpp +++ b/include/xbt/future.hpp @@ -33,7 +33,7 @@ class Result { exception, }; public: - Result() = default; + Result() {} ~Result() { this->reset(); } // Copy (if T is copyable) and move: