mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
updated template instantiations
This commit is contained in:
@@ -55,7 +55,7 @@ void spdlog::sinks::base_sink<Mutex>::set_pattern_(const std::string &pattern)
|
||||
}
|
||||
|
||||
template<typename Mutex>
|
||||
void spdlog::sinks::base_sink<Mutex>::set_formatter_(std::unique_ptr<spdlog::formatter> sink_formatter)
|
||||
void spdlog::sinks::base_sink<Mutex>::set_formatter_(std::unique_ptr<spdlog::formatter> sink_formatter)
|
||||
{
|
||||
formatter_ = std::move(sink_formatter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user