Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make some constructors explicit
[simgrid.git] / include / simgrid / s4u / As.hpp
index 370edfc..8e92e04 100644 (file)
@@ -33,7 +33,7 @@ XBT_PUBLIC_CLASS As {
 protected:
   friend simgrid::surf::AsImpl;
 
-  As(const char *name);
+  explicit As(const char *name);
   virtual ~As();
   
 public: