readded overwritten SPDLOG_BUF_TO_STRING(x) x definition line

pull/2460/head^2
Muhammed Galib Uludag 3 years ago committed by GitHub
parent 90e21e2a9e
commit 0d3ca96945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -229,7 +229,7 @@ using wmemory_buf_t = std::wstring;
template<typename... Args>
using wformat_string_t = std::wstring_view;
# endif
# define SPDLOG_BUF_TO_STRING(x) x
#else // use fmt lib instead of std::format
namespace fmt_lib = fmt;

Loading…
Cancel
Save