Skip to content

Commit

Permalink
Fix #1811
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Jan 21, 2021
1 parent e059ebf commit 592ea36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/common-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 592ea36

Please sign in to comment.