Fix SPDLOG_CONSTEXPR_FUNC emitting duplicate symbol errors when building in C++11

pull/2544/head
Charles Milette 3 years ago
parent 90dc3f1ef0
commit 4e9ad6960d

@ -71,7 +71,7 @@
# if __cplusplus >= 201402L
# define SPDLOG_CONSTEXPR_FUNC constexpr
# else
# define SPDLOG_CONSTEXPR_FUNC
# define SPDLOG_CONSTEXPR_FUNC inline
# endif
#endif

Loading…
Cancel
Save