diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index 7cc08bfb..beb64164 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -81,7 +81,7 @@ std::shared_ptr create(const std::string& logger_name, const It& sinks_b // Create a logger with templated sink type // Example: spdlog::create("mylog", "dailylog_filename", "txt"); template -std::shared_ptr create(const std::string& logger_name, const Args&... args); +std::shared_ptr create(const std::string& logger_name, const Args&...);