mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
small fix
This commit is contained in:
parent
e27b45e3f0
commit
4c8fd99e27
@ -103,7 +103,7 @@ private:
|
||||
std::mutex mutex_;
|
||||
std::condition_variable item_pushed_cond_;
|
||||
std::condition_variable item_popped_cond_;
|
||||
const std::chrono::hours one_hour (1);
|
||||
static constexpr auto one_hour = std::chrono::hours(1);
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user