mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-21 20:08:30 +08:00
branch_tier.hpp
This commit is contained in:
parent
735c5df61c
commit
ccb7226b45
|
@ -20,7 +20,7 @@ public:
|
|||
std::vector<Branch2>::iterator end() { return _branches.end(); }
|
||||
std::vector<Branch2>::const_iterator begin() const { return _branches.begin(); }
|
||||
std::vector<Branch2>::const_iterator end() const { return _branches.end(); }
|
||||
|
||||
|
||||
|
||||
private:
|
||||
std::vector<Branch2> _branches;
|
||||
|
|
Loading…
Reference in New Issue
Block a user