X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c8caa220c50fc14a4190bf733307b9bdc5b33db..bfffef69e1b0554d13eec920f1a32f75b49ceac6:/include/xbt/PropertyHolder.hpp?ds=sidebyside diff --git a/include/xbt/PropertyHolder.hpp b/include/xbt/PropertyHolder.hpp index 7868a3117c..623a35a5f6 100644 --- a/include/xbt/PropertyHolder.hpp +++ b/include/xbt/PropertyHolder.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-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 @@ #include #include -namespace simgrid { -namespace xbt { +namespace simgrid::xbt { /** @brief a PropertyHolder can be given a set of textual properties * @@ -32,7 +31,6 @@ public: template void set_properties(const Assoc& properties); }; -} // namespace xbt -} // namespace simgrid +} // namespace simgrid::xbt #endif