Allow compilation with nvc++

This commit is contained in:
Mikael Lund
2021-05-30 13:02:56 +01:00
parent 6ba5ab6d67
commit cd376a5c43
7 changed files with 13 additions and 6 deletions

View File

@@ -23,4 +23,5 @@
// template instantiate logger constructor with sinks init list
template SPDLOG_API spdlog::logger::logger(std::string name, sinks_init_list::iterator begin, sinks_init_list::iterator end);
template class SPDLOG_API spdlog::sinks::base_sink<std::mutex>;
template class SPDLOG_API spdlog::sinks::base_sink<spdlog::details::null_mutex>;
template class SPDLOG_API spdlog::sinks::base_sink<spdlog::details::null_mutex>;