Revert 7f15fb2a21 since it breaks the ABI

This commit is contained in:
gabime
2020-06-07 14:38:16 +03:00
parent 7f15fb2a21
commit a0dae55a69
5 changed files with 73 additions and 205 deletions

View File

@@ -14,3 +14,7 @@
template class SPDLOG_API spdlog::sinks::basic_file_sink<std::mutex>;
template class SPDLOG_API spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>;
#include <spdlog/sinks/rotating_file_sink-inl.h>
template class SPDLOG_API spdlog::sinks::rotating_file_sink<std::mutex>;
template class SPDLOG_API spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>;