X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..a7cc502f224afb96f0203b94759cd0dabebf8de5:/include/xbt/PropertyHolder.hpp diff --git a/include/xbt/PropertyHolder.hpp b/include/xbt/PropertyHolder.hpp index d30beae6c4..623a35a5f6 100644 --- a/include/xbt/PropertyHolder.hpp +++ b/include/xbt/PropertyHolder.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2022. 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