mirror of
https://github.com/gabime/spdlog.git
synced 2025-04-01 02:42:41 +08:00
Update common.h
This commit is contained in:
parent
2718d4671b
commit
768de091ee
@ -117,8 +117,8 @@ namespace fmt_lib = std;
|
|||||||
|
|
||||||
using string_view_t = std::string_view;
|
using string_view_t = std::string_view;
|
||||||
using memory_buf_t = std::string;
|
using memory_buf_t = std::string;
|
||||||
using wstring_view_t = fmt::basic_string_view<wchar_t>;
|
using wstring_view_t = std::wstring_view;
|
||||||
using wmemory_buf_t = fmt::basic_memory_buffer<wchar_t, 250>;
|
using wmemory_buf_t = std::wstring;
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
# if __cpp_lib_format >= 202207L
|
# if __cpp_lib_format >= 202207L
|
||||||
|
Loading…
Reference in New Issue
Block a user