mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-21 08:10:43 +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
|
#ifdef SPDLOG_HEADER_ONLY
|
||||||
#include "base_sink-inl.h"
|
#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
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user