Browse Source

branch_tier.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
3c0d47df93
  1. 13
      src/branch_tier.cpp

13
src/branch_tier.cpp

@ -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;

Loading…
Cancel
Save