Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar with some compliant macro names
[simgrid.git] / include / xbt / future.hpp
index 4972da25a685fcf57b9bae47c234f667f52036ef..a374bec117bbb30154a302772b0d996a6e14c52e 100644 (file)
@@ -33,7 +33,7 @@ class Result {
     exception,
   };
 public:
-  Result() = default;
+  Result() {}
   ~Result() { this->reset(); }
 
   // Copy (if T is copyable) and move: