Commit 4985875a authored by gabime's avatar gabime

Renamed item_type => value_type in circular_q

parent 4fffd3a1
......@@ -18,7 +18,7 @@ class circular_q
std::vector<T> v_;
public:
using item_type = T;
using value_type = T;
// empty ctor - create a disabled queue with no elements allocated at all
circular_q() = default;
......
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