diff --git a/src/spdlog.cpp b/src/spdlog.cpp index 4a16a0d9..83299175 100644 --- a/src/spdlog.cpp +++ b/src/spdlog.cpp @@ -16,8 +16,6 @@ #include "spdlog/logger.h" #include "spdlog/logger-inl.h" -template class std::shared_ptr; -template class std::function; template spdlog::logger::logger(std::string name, sinks_init_list::iterator begin, sinks_init_list::iterator end); #include "spdlog/async_logger.h"