mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Fix windows compile
This commit is contained in:
parent
3e753710f4
commit
2419dc7373
@ -22,9 +22,9 @@ namespace spdlog {
|
||||
|
||||
using default_factory = synchronous_factory;
|
||||
|
||||
void set_context(std::shared_ptr<details::context> context);
|
||||
std::shared_ptr<details::context> context();
|
||||
const std::shared_ptr<details::context> &context_ref();
|
||||
SPDLOG_API void set_context(std::shared_ptr<details::context> context);
|
||||
SPDLOG_API std::shared_ptr<details::context> context();
|
||||
SPDLOG_API const std::shared_ptr<details::context> &context_ref();
|
||||
|
||||
// Create a logger with a templated sink type
|
||||
// Example:
|
||||
|
Loading…
Reference in New Issue
Block a user