Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "use C++11 constructs to please sonar"
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 21 Aug 2016 15:42:12 +0000 (17:42 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 21 Aug 2016 15:42:12 +0000 (17:42 +0200)
This reverts commit 8f561fbf18e6995590fab6bc65e662e6797ff3fa.

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: