1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00
This commit is contained in:
gabime 2018-03-17 12:47:56 +02:00
commit 2a86cdb203

View File

@ -83,8 +83,8 @@ public:
template<typename... Args>
void critical(const wchar_t *fmt, const Args &... args);
#endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT
template<typename T>
void log(level::level_enum lvl, const T &);