Renamed item_type => value_type in circular_q

pull/1228/head
gabime 6 years ago
parent 4fffd3a111
commit 4985875a15

@ -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;

Loading…
Cancel
Save