mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
Reverted some external template declarations
This commit is contained in:
parent
2fed68a73b
commit
c368500efd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user