Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / smpi / include / smpi_errhandler.hpp
index f3be169e41cab8df33ccfbeeeeaed717a80e71ad..c4018495d36f4c20d9ca0664b5dae39c0bb64eea 100644 (file)
@@ -9,9 +9,7 @@
 #include "smpi_f2c.hpp"
 #include <smpi/smpi.h>
 
-
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 class Errhandler: public F2C {
   private:
@@ -32,7 +30,6 @@ class Errhandler: public F2C {
   static void unref(Errhandler* errhandler);
   static Errhandler* f2c(int id);
 };
-}
-}
+} // namespace simgrid::smpi
 
 #endif