From 130bc26b9ad674b09130e3b83128fc5d83ba4ce0 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 12 May 2019 02:16:31 +0300 Subject: [PATCH] wip static-lib --- src/spdlog.cpp | 2 -- 1 file changed, 2 deletions(-) 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"