mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-04 06:34:05 +08:00
branches2.hpp
This commit is contained in:
parent
92aca75fab
commit
936202d0bb
|
@ -2,8 +2,10 @@
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
typedef std::vector<Branch2> Branch2Vec;
|
class Branch2Vec : public std::vector<Branch2>
|
||||||
|
{
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
class Branches2 : public std::vector<Branch2Vec>
|
class Branches2 : public std::vector<Branch2Vec>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user