mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Fix #1811
This commit is contained in:
parent
e059ebf99d
commit
592ea36a86
@ -10,7 +10,7 @@
|
|||||||
namespace spdlog {
|
namespace spdlog {
|
||||||
namespace level {
|
namespace level {
|
||||||
|
|
||||||
#if __cplusplus >= 201402L
|
#if __cplusplus >= 201703L
|
||||||
constexpr
|
constexpr
|
||||||
#endif
|
#endif
|
||||||
static string_view_t level_string_views[] SPDLOG_LEVEL_NAMES;
|
static string_view_t level_string_views[] SPDLOG_LEVEL_NAMES;
|
||||||
|
Loading…
Reference in New Issue
Block a user