branch2.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-10 17:54:21 -05:00
parent 6534d72f8c
commit 277af1e1b6

View File

@ -66,3 +66,9 @@ Branch2::operator=(Branch2 const &b_)
return *this;
}
bool
Branch2::matches_exclude(ghc::filesystem::path const &path_) const
{
}