X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..036c801d55e3ab07b470c79640109080fed049a1:/include/xbt/string.hpp diff --git a/include/xbt/string.hpp b/include/xbt/string.hpp index a58d27d859..ff9d695d6e 100644 --- a/include/xbt/string.hpp +++ b/include/xbt/string.hpp @@ -12,8 +12,7 @@ #include #include -namespace simgrid { -namespace xbt { +namespace simgrid::xbt { /** Create a C++ string from a C-style format * @@ -27,6 +26,5 @@ XBT_PUBLIC std::string string_printf(const char* fmt, ...) XBT_ATTRIB_PRINTF(1, */ XBT_PUBLIC std::string string_vprintf(const char* fmt, va_list ap) XBT_ATTRIB_PRINTF(1, 0); -} // namespace xbt -} -#endif \ No newline at end of file +} // namespace simgrid::xbt +#endif