Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
those pimpl are actually never null, stop fooling sonar
[simgrid.git] / include / simgrid / s4u / Storage.hpp
index 752c289..f205ab5 100644 (file)
@@ -113,8 +113,8 @@ public:
 #endif
 
 private:
-  Host* attached_to_              = nullptr;
-  surf::StorageImpl* const pimpl_ = nullptr;
+  Host* attached_to_ = nullptr;
+  surf::StorageImpl* const pimpl_;
   std::string name_;
   void* userdata_ = nullptr;
 };