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

@@ -26,4 +26,5 @@ template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_st<spd
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_logger_mt<spdlog::async_factory>(const std::string &logger_name);
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_logger_st<spdlog::async_factory>(const std::string &logger_name);
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_mt<spdlog::async_factory>(const std::string &logger_name);
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_st<spdlog::async_factory>(const std::string &logger_name);
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_st<spdlog::async_factory>(const std::string &logger_name);