diff --git a/src/spdlog.cpp b/src/spdlog.cpp index 8f64f5a6..ef22d1b2 100644 --- a/src/spdlog.cpp +++ b/src/spdlog.cpp @@ -16,5 +16,5 @@ #include "spdlog/logger-inl.h" #include "spdlog/sinks/sink-inl.h" -// template instantiate logger with sinks init list +// template instantiate logger constructor with sinks init list template spdlog::logger::logger(std::string name, sinks_init_list::iterator begin, sinks_init_list::iterator end);