Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the RemoteApp a field of the Exploration, and sanitize initialization
[simgrid.git] / src / xbt / string.cpp
index 45f6348ecd73419c0bee3753beb25db689d74c2a..412b22e097325c56fbdd9463bd018118cba612b3 100644 (file)
@@ -10,8 +10,7 @@
 #include <cstdarg>
 #include <cstdio>
 
-namespace simgrid {
-namespace xbt {
+namespace simgrid::xbt {
 
 #if SIMGRID_HAVE_MC
 
@@ -52,5 +51,4 @@ std::string string_printf(const char *fmt, ...)
   return res;
 }
 
-}
-}
+} // namespace simgrid::xbt