branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 22:18:26 -06:00
parent c5dacc4235
commit 57ad56338a

View File

@ -18,8 +18,10 @@ namespace l
std::vector<Branch2> &branches_)
{
std::string pattern;
std::vector<std::string> paths;
pattern = v_.at("path").as_string();
fs::glob(pattern,&paths);
}
static