X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..bfffef69e1b0554d13eec920f1a32f75b49ceac6:/include/xbt/log.hpp diff --git a/include/xbt/log.hpp b/include/xbt/log.hpp index dabdbbe7df..e2598edfad 100644 --- a/include/xbt/log.hpp +++ b/include/xbt/log.hpp @@ -9,8 +9,7 @@ #include #include -namespace simgrid { -namespace xbt { +namespace simgrid::xbt { /** Display information about an exception * @@ -23,7 +22,6 @@ XBT_PUBLIC void log_exception(e_xbt_log_priority_t priority, const char* context XBT_PUBLIC void install_exception_handler(); -} // namespace xbt -} // namespace simgrid +} // namespace simgrid::xbt -#endif \ No newline at end of file +#endif