Commit 2a86cdb2 authored by gabime's avatar gabime

Merge branch 'master' of https://github.com/gabime/spdlog

parents 56e4a201 fe8a5194
...@@ -83,8 +83,8 @@ public: ...@@ -83,8 +83,8 @@ public:
template<typename... Args> template<typename... Args>
void critical(const wchar_t *fmt, const Args &... args); void critical(const wchar_t *fmt, const Args &... args);
#endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT #endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT
template<typename T> template<typename T>
void log(level::level_enum lvl, const T &); void log(level::level_enum lvl, const T &);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment