Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-09-20 02:05:24 +0300
committergabime <gmelman1@gmail.com>2019-09-20 02:05:24 +0300
commitc368500efda47995bb2222d7befb075d3d86b254 (patch)
treed858a7a379710bca862c34c1a36128c1da280320
parent2fed68a73b7ed02d87a698635f122158df648985 (diff)
Reverted some external template declarations
-rw-r--r--include/spdlog/sinks/base_sink.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/spdlog/sinks/base_sink.h b/include/spdlog/sinks/base_sink.h
index 53ba40f0..33223a57 100644
--- a/include/spdlog/sinks/base_sink.h
+++ b/include/spdlog/sinks/base_sink.h
@@ -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