diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index 69e3721f..b9300bb8 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -143,7 +143,7 @@ public: } // T can be statically converted to string_view - template::value, T>::type * = nullptr> + template::value, T>::type * = nullptr> void log(source_loc loc, level::level_enum lvl, const T &msg) { if (!should_log(lvl)) @@ -156,7 +156,7 @@ public: } // T cannot be statically converted to string_view - template::value, T>::type * = nullptr> + template::value, T>::type * = nullptr> void log(source_loc loc, level::level_enum lvl, const T &msg) { if (!should_log(lvl)) @@ -279,7 +279,7 @@ public: } // T can be statically converted to wstring_view - template::value, T>::type * = nullptr> + template::value, T>::type * = nullptr> void log(source_loc loc, level::level_enum lvl, const T &msg) { if (!should_log(lvl))