Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI copyright bump before release
[simgrid.git] / src / smpi / smpi_info.hpp
index c89558b..5555fe3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team.
+/* Copyright (c) 2009-2010, 2012-2017. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -19,8 +19,8 @@ class Info : public F2C{
     xbt_dict_t dict_;
     int refcount_;
   public:
-    Info();
-    Info(Info* orig);
+    explicit Info();
+    explicit Info(Info* orig);
     ~Info();
     void ref();
     static void unref(MPI_Info info);