fix consteval

pull/2690/head
M. Galib Uludag 2 years ago
parent 48db684a3c
commit 6bfc51e624

@ -115,6 +115,8 @@
#if SPDLOG_CPLUSPLUS >= 202002L
# if __cpp_consteval >= 202211L
# define SPDLOG_CONSTEVAL consteval
# else
# define SPDLOG_CONSTEVAL constexpr
# endif
#elif SPDLOG_CPLUSPLUS < 201402L
# define SPDLOG_CONSTEVAL

Loading…
Cancel
Save