From 592ea36a86a9c9049b433d9e44256d04333d8e52 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 21 Jan 2021 21:12:42 +0200 Subject: [PATCH] Fix #1811 --- include/spdlog/common-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/common-inl.h b/include/spdlog/common-inl.h index 9c967248..eb79582c 100644 --- a/include/spdlog/common-inl.h +++ b/include/spdlog/common-inl.h @@ -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;