This commit is contained in:
Gabi Melman 2021-01-21 21:12:42 +02:00 committed by GitHub
parent e059ebf99d
commit 592ea36a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;