Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 11 months ago
parent
commit
bfec58843a
  1. 6
      src/branches2.cpp

6
src/branches2.cpp

@ -13,5 +13,11 @@ Branches2::Branches2(toml::value const &v_)
for(auto const &tier : tiers.as_array()) for(auto const &tier : tiers.as_array())
{ {
auto const &branches = toml::find(tier,"branch");
for(auto const &branch : branches.as_array())
{
}
} }
} }
Loading…
Cancel
Save