mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:40:05 +08:00
Allow compilation with nvc++
This commit is contained in:
@@ -17,4 +17,5 @@ template class SPDLOG_API spdlog::sinks::basic_file_sink<spdlog::details::null_m
|
||||
|
||||
#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>;
|
||||
template class SPDLOG_API spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>;
|
||||
|
||||
|
Reference in New Issue
Block a user