Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add comments to acknowledge empty functions (and please Sonar).
[simgrid.git] / include / xbt / future.hpp
index 95b3557..68040f5 100644 (file)
@@ -33,7 +33,7 @@ class Result {
     exception,
   };
 public:
-  Result() {}
+  Result() { /* Nothing to do */}
   ~Result() { this->reset(); }
 
   // Copy (if T is copyable) and move: