X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca5f95778d7446d7e1d96ecf878f756c3c24270f..3907e83884bae6278656e9cd2cb7ef92a8f707fb:/src/smpi/include/smpi_errhandler.hpp?ds=sidebyside diff --git a/src/smpi/include/smpi_errhandler.hpp b/src/smpi/include/smpi_errhandler.hpp index 7ae65f19c2..d22f527061 100644 --- a/src/smpi/include/smpi_errhandler.hpp +++ b/src/smpi/include/smpi_errhandler.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2021. The SimGrid Team. +/* Copyright (c) 2010-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -9,9 +9,7 @@ #include "smpi_f2c.hpp" #include - -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