Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
7b76221d1b
  1. 2
      src/branches2.cpp

2
src/branches2.cpp

@ -9,7 +9,7 @@ Branches2::Branches2()
Branches2::Branches2(toml::value const &v_)
{
auto const &branches = toml::find(v_,"branch");
auto const &tiers = toml::find(v_,"tier");
for(auto const &branch : branches.as_array())
{

Loading…
Cancel
Save