branches2.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-27 00:52:27 -06:00
parent bfec58843a
commit cdf57f13ab

View File

@ -17,6 +17,8 @@ Branches2::Branches2(toml::value const &v_)
for(auto const &branch : branches.as_array()) for(auto const &branch : branches.as_array())
{ {
auto const &branch_table = branch.as_table();
} }
} }