X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..refs/heads/master:/include/xbt/PropertyHolder.hpp?ds=sidebyside diff --git a/include/xbt/PropertyHolder.hpp b/include/xbt/PropertyHolder.hpp index 90ffbea11f..623a35a5f6 100644 --- a/include/xbt/PropertyHolder.hpp +++ b/include/xbt/PropertyHolder.hpp @@ -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