From: Martin Quinson Date: Sun, 21 Aug 2016 15:42:12 +0000 (+0200) Subject: Revert "use C++11 constructs to please sonar" X-Git-Tag: v3_14~511 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d24c7ee63727f700573deebfab7022ba0bce6dae Revert "use C++11 constructs to please sonar" This reverts commit 8f561fbf18e6995590fab6bc65e662e6797ff3fa. --- 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: