consteval fix

pull/2690/head
M. Galib Uludag 2 years ago
parent 6bfc51e624
commit 8d94e84814

@ -112,8 +112,8 @@
catch (const std::exception &) {}
#endif
#if SPDLOG_CPLUSPLUS >= 202002L
# if __cpp_consteval >= 202211L
#if SPDLOG_CPLUSPLUS > 201703L
# if __cpp_consteval >= 201811L
# define SPDLOG_CONSTEVAL consteval
# else
# define SPDLOG_CONSTEVAL constexpr

Loading…
Cancel
Save