mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 17:57:41 +08:00
branch2.cpp
This commit is contained in:
parent
6534d72f8c
commit
277af1e1b6
|
@ -66,3 +66,9 @@ Branch2::operator=(Branch2 const &b_)
|
|||
|
||||
return *this;
|
||||
}
|
||||
|
||||
bool
|
||||
Branch2::matches_exclude(ghc::filesystem::path const &path_) const
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user