|
|
@ -114,7 +114,6 @@ ansicolor_stderr_sink<Mutex>::ansicolor_stderr_sink(color_mode mode)
|
|
|
|
// template instantiations
|
|
|
|
// template instantiations
|
|
|
|
template class SPDLOG_API ansicolor_stdout_sink<std::mutex>;
|
|
|
|
template class SPDLOG_API ansicolor_stdout_sink<std::mutex>;
|
|
|
|
template class SPDLOG_API ansicolor_stdout_sink<spdlog::details::null_mutex>;
|
|
|
|
template class SPDLOG_API ansicolor_stdout_sink<spdlog::details::null_mutex>;
|
|
|
|
|
|
|
|
|
|
|
|
template class SPDLOG_API ansicolor_stderr_sink<std::mutex>;
|
|
|
|
template class SPDLOG_API ansicolor_stderr_sink<std::mutex>;
|
|
|
|
template class SPDLOG_API ansicolor_stderr_sink<spdlog::details::null_mutex>;
|
|
|
|
template class SPDLOG_API ansicolor_stderr_sink<spdlog::details::null_mutex>;
|
|
|
|
|
|
|
|
|
|
|
|