mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
Unified usage of fmt::memory_buffer across the codebase
This commit is contained in:
@@ -105,6 +105,8 @@ using basic_string_view_t = fmt::basic_string_view<T>;
|
||||
|
||||
using string_view_t = basic_string_view_t<char>;
|
||||
|
||||
using memory_buf_t = fmt::basic_memory_buffer<char, 250>;
|
||||
|
||||
#ifdef SPDLOG_WCHAR_TO_UTF8_SUPPORT
|
||||
#ifndef _WIN32
|
||||
#error SPDLOG_WCHAR_TO_UTF8_SUPPORT only supported on windows
|
||||
|
Reference in New Issue
Block a user