mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +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_;
|
||||
|
||||
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…
Reference in New Issue
Block a user