Fix windows compile

pull/3285/head
gabime 9 months ago
parent 3e753710f4
commit 2419dc7373

@ -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:

Loading…
Cancel
Save