Reverted some external template declarations

This commit is contained in:
gabime 2019-09-20 02:05:24 +03:00
parent 2fed68a73b
commit c368500efd
1 changed files with 0 additions and 5 deletions

View File

@ -44,9 +44,4 @@ protected:
#ifdef SPDLOG_HEADER_ONLY
#include "base_sink-inl.h"
#else
#include "spdlog/details/null_mutex.h"
#include <mutex>
extern template class spdlog::sinks::base_sink<std::mutex>;
extern template class spdlog::sinks::base_sink<spdlog::details::null_mutex>;
#endif