branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-01 23:16:13 -06:00
parent 8c2ab6f4d2
commit 1a53c0bffb

View File

@ -20,6 +20,7 @@ namespace l
load_branch_glob(toml::table const &v_, load_branch_glob(toml::table const &v_,
std::vector<Branch2> &branches_) std::vector<Branch2> &branches_)
{ {
toml::table table;
std::string pattern; std::string pattern;
std::vector<std::string> paths; std::vector<std::string> paths;