This commit is contained in:
Gabi Melman
2021-01-21 21:12:42 +02:00
committed by GitHub
parent e059ebf99d
commit 592ea36a86

View File

@@ -10,7 +10,7 @@
namespace spdlog {
namespace level {
#if __cplusplus >= 201402L
#if __cplusplus >= 201703L
constexpr
#endif
static string_view_t level_string_views[] SPDLOG_LEVEL_NAMES;