mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
update
This commit is contained in:
parent
298a200f69
commit
822f972842
@ -121,6 +121,11 @@ public:
|
||||
return overrun_counter_;
|
||||
}
|
||||
|
||||
void reset_overrun_counter()
|
||||
{
|
||||
overrun_counter_ = 0;
|
||||
}
|
||||
|
||||
private:
|
||||
// copy from other&& and reset it to disabled state
|
||||
void copy_moveable(circular_q &&other) SPDLOG_NOEXCEPT
|
||||
|
Loading…
Reference in New Issue
Block a user