mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Fix bad #ifdef
This commit is contained in:
parent
3cf94968e7
commit
91019f4f46
@ -3,7 +3,7 @@
|
||||
*/
|
||||
#include "includes.h"
|
||||
|
||||
#ifdef SPDLOG_USE_STD_FORMAT
|
||||
#ifdef SPDLOG_WCHAR_FILENAMES
|
||||
using filename_memory_buf_t = std::basic_string<spdlog::filename_t::value_type>;
|
||||
|
||||
std::string filename_buf_to_utf8string(const filename_memory_buf_t &w)
|
||||
|
Loading…
Reference in New Issue
Block a user