X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45cd2a06d411ef2a7487212d0e4ebd612391bf4d..9304dfd37fe98984bb8b1ae13a107438ed44189f:/src/xbt/log.cpp diff --git a/src/xbt/log.cpp b/src/xbt/log.cpp index 6be9068198..4819878dfb 100644 --- a/src/xbt/log.cpp +++ b/src/xbt/log.cpp @@ -38,7 +38,7 @@ struct xbt_log_setting_t { }; // This function is here to avoid static initialization order fiasco -static std::vector& xbt_log_settings() +static auto& xbt_log_settings() { static std::vector value; return value;