Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modernize method declarations.
[simgrid.git] / src / smpi / include / smpi_f2c.hpp
index d0889f1..5b8a55d 100644 (file)
@@ -36,7 +36,7 @@ class F2C {
     static char* get_key(char* key, int id);
     static void delete_lookup();
     static std::unordered_map<std::string, F2C*>* lookup();
-    F2C() {}
+    F2C()          = default;
     virtual ~F2C() = default;
 
     //Override these to handle specific values.