Commit dc893701 authored by gabime's avatar gabime

Update circular_q.h

parent e6b0aaf9
......@@ -60,10 +60,9 @@ private:
size_t max_items_;
typename std::vector<T>::size_type head_ = 0;
typename std::vector<T>::size_type tail_ = 0;
std::vector<T> v_;
size_t overrun_counter_ = 0;
std::vector<T> v_;
};
} // namespace details
} // namespace spdlog
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment