mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Removed unneeded macro definition
This commit is contained in:
@@ -53,7 +53,7 @@ struct daily_filename_format_calculator
|
||||
#if defined(_MSC_VER) && defined(SPDLOG_WCHAR_FILENAMES) // for some reason msvc doesnt allow fmt::runtime(..) with wchar here
|
||||
return fmt::format(fmt_filename, now_tm);
|
||||
#else
|
||||
return fmt::format(SPDLOG_FMT_RUNTIME(fmt_filename), now_tm);
|
||||
return fmt::format(fmt_filename, now_tm);
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user