Fix windows compile

This commit is contained in:
gabime 2024-12-06 14:46:15 +02:00
parent 3e753710f4
commit 2419dc7373

View File

@ -22,9 +22,9 @@ namespace spdlog {
using default_factory = synchronous_factory; using default_factory = synchronous_factory;
void set_context(std::shared_ptr<details::context> context); SPDLOG_API void set_context(std::shared_ptr<details::context> context);
std::shared_ptr<details::context> context(); SPDLOG_API std::shared_ptr<details::context> context();
const std::shared_ptr<details::context> &context_ref(); SPDLOG_API const std::shared_ptr<details::context> &context_ref();
// Create a logger with a templated sink type // Create a logger with a templated sink type
// Example: // Example: