mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fix bad #ifdef
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "includes.h"
|
#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>;
|
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)
|
std::string filename_buf_to_utf8string(const filename_memory_buf_t &w)
|
||||||
|
Reference in New Issue
Block a user