X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d918db3ca7152c00113f2e072deca4614f97bb58..3f9b311ec56db95ec539001a860ae3c838c48312:/include/smpi/forward.hpp diff --git a/include/smpi/forward.hpp b/include/smpi/forward.hpp index 69c26ee5d3..35938c41f2 100644 --- a/include/smpi/forward.hpp +++ b/include/smpi/forward.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2016-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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;