branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 23:20:06 -06:00
parent f6aa1c71ce
commit 3c0d47df93

View File

@ -27,18 +27,7 @@ namespace l
fs::glob(pattern,&paths);
auto table = v_;
table["path"] = paths[0];
branches_.emplace_back(table);
table["path"] = paths[1];
branches_.emplace_back(table);
table["path"] = paths[2];
branches_.emplace_back(table);
pause();
branches_.resize(paths.size());
for(auto &path : paths)
{
table["path"] = path;