X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..35a644bdf9d0c5603c9483f03f913e4a649638d6:/include/smpi/forward.hpp?ds=sidebyside diff --git a/include/smpi/forward.hpp b/include/smpi/forward.hpp index 97071be1b8..35938c41f2 100644 --- a/include/smpi/forward.hpp +++ b/include/smpi/forward.hpp @@ -10,8 +10,7 @@ #ifdef __cplusplus #include -namespace simgrid { -namespace smpi { +namespace simgrid::smpi { class Colls; class Comm; @@ -31,8 +30,7 @@ class Topo_Graph; class Topo_Dist_Graph; class Win; -} -} +} // namespace simgrid::smpi using SMPI_Comm = simgrid::smpi::Comm; using SMPI_Datatype = simgrid::smpi::Datatype;