mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 02:21:34 +08:00
Renamed item_type => value_type in circular_q
This commit is contained in:
parent
4fffd3a111
commit
4985875a15
@ -18,7 +18,7 @@ class circular_q
|
|||||||
std::vector<T> v_;
|
std::vector<T> v_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
using item_type = T;
|
using value_type = T;
|
||||||
|
|
||||||
// empty ctor - create a disabled queue with no elements allocated at all
|
// empty ctor - create a disabled queue with no elements allocated at all
|
||||||
circular_q() = default;
|
circular_q() = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user