mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Avoid un necessary move when popping circular_q
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
{
|
||||
return ((tail_ + 1) % max_items_) == head_;
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
size_t overrun_counter() const
|
||||
|
Reference in New Issue
Block a user