X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..35bf365de6be434aeeafa8b3d5f5c9a1e3082ce3:/include/xbt/backtrace.hpp diff --git a/include/xbt/backtrace.hpp b/include/xbt/backtrace.hpp index cda0da7463..c220965250 100644 --- a/include/xbt/backtrace.hpp +++ b/include/xbt/backtrace.hpp @@ -17,8 +17,7 @@ SG_BEGIN_DECL XBT_PUBLIC void xbt_backtrace_display_current(); SG_END_DECL -namespace simgrid { -namespace xbt { +namespace simgrid::xbt { class BacktraceImpl; /** A backtrace @@ -38,6 +37,5 @@ public: void display() const; }; -} -} +} // namespace simgrid::xbt #endif