Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some doxygen warnings
[simgrid.git] / include / xbt / future.hpp
index 4972da2..a374bec 100644 (file)
@@ -33,7 +33,7 @@ class Result {
     exception,
   };
 public:
-  Result() = default;
+  Result() {}
   ~Result() { this->reset(); }
 
   // Copy (if T is copyable) and move: