X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/254b8e7fba5ec179bda920bfb0d8fa55d2a710b8..ace6ec5d4b81b85275732c9ba244d358ddc30107:/include/xbt/file.hpp diff --git a/include/xbt/file.hpp b/include/xbt/file.hpp index d0447d37c0..afb262290b 100644 --- a/include/xbt/file.hpp +++ b/include/xbt/file.hpp @@ -10,8 +10,7 @@ #include #include -namespace simgrid { -namespace xbt { +namespace simgrid::xbt { void path_push(std::string const& str); void path_pop(); @@ -38,6 +37,6 @@ public: private: std::string path_; }; -}} +} // namespace simgrid::xbt #endif /* XBT_FILE_HPP */