Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar
[simgrid.git] / src / kernel / context / Context.hpp
index ac073ab..082677c 100644 (file)
@@ -63,7 +63,8 @@ public:
      */
   public:
     StopRequest() = default;
-    StopRequest(std::string msg) : msg_(msg) { }
+    explicit StopRequest(std::string msg) : msg_(msg) {}
+
   private:
     std::string msg_;
   };