X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ccf671a80a47f0489c33fb1dc2a8aadfc28b5b88..ace6ec5d4b81b85275732c9ba244d358ddc30107:/include/xbt/backtrace.hpp diff --git a/include/xbt/backtrace.hpp b/include/xbt/backtrace.hpp index 007c0c1dcc..c220965250 100644 --- a/include/xbt/backtrace.hpp +++ b/include/xbt/backtrace.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2005-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. */ @@ -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