X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/539af86e870c62ba4a28b5b4e0cedd252881dfb0..597617536584fb50021572dd5904a4924333cfed:/src/xbt/log.cpp diff --git a/src/xbt/log.cpp b/src/xbt/log.cpp index e4525c36ab..15a5281cbc 100644 --- a/src/xbt/log.cpp +++ b/src/xbt/log.cpp @@ -39,7 +39,7 @@ struct xbt_log_setting_t { static std::vector xbt_log_settings; -const std::array xbt_log_priority_names{ +constexpr std::array xbt_log_priority_names{ {"NONE", "TRACE", "DEBUG", "VERBOSE", "INFO", "WARNING", "ERROR", "CRITICAL"}}; s_xbt_log_category_t _XBT_LOGV(XBT_LOG_ROOT_CAT) = {