Commit 4fffd3a1 authored by gabime's avatar gabime

Avoid un necessary move when popping circular_q

parent 590749e8
......@@ -20,7 +20,7 @@ class circular_q
public:
using item_type = T;
// empty cir
// empty ctor - create a disabled queue with no elements allocated at all
circular_q() = default;
explicit circular_q(size_t max_items)
......
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